Package 

Class HttpCore.Response

    • Method Detail

      • getHeaderFields

         List<String> getHeaderFields(String name)

        Returns the value of the named header field.

        If called on a connection that sets the same header multiple timeswith possibly different values, only the last value is returned.

        Parameters:
        name - the name of a header field.