Package ca.uhn.fhir.rest.client.api
Class Header
java.lang.Object
ca.uhn.fhir.rest.client.api.Header
Represents an HTTP header field.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
myName
-
myValue
-
-
Constructor Details
-
Header
-
-
Method Details
-
getName
Get the name of the Header.- Returns:
- the name of the Header, never
null
-
getValue
Get the value of the Header.- Returns:
- the value of the Header, may be
null
-