Class HttpHeader

java.lang.Object
com.mendix.http.HttpHeader

public final class HttpHeader extends Object
Represents an HTTP header field.
  • Constructor Details

    • HttpHeader

      public HttpHeader(String name, String value)
      Creates a new header.
      Parameters:
      name - the name for this header
      value - the value for this header
  • Method Details

    • getName

      public String getName()
      Returns the key for this header.
      Returns:
      the key for this header
    • getValue

      public String getValue()
      Returns the value for this header.
      Returns:
      the value for this header