- pos
- the field position of the response header.
Documentation for this section has not yet been entered.
Returns the header value at the field position pos or null if the header has fewer than pos fields. The base implementation of this method returns always null.
Some implementations (notably HttpURLConnection) include a mapping for the null key; in HTTP's case, this maps to the HTTP status line and is treated as being at position 0 when indexing into the header fields.