Class Header

java.lang.Object
ca.uhn.fhir.rest.client.api.Header

public class Header extends Object
Represents an HTTP header field.
  • Field Details

  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Get the name of the Header.
      Returns:
      the name of the Header, never null
    • getValue

      public String getValue()
      Get the value of the Header.
      Returns:
      the value of the Header, may be null