Class HttpHeader

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

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

    • HttpHeader Link icon

      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 Link icon

    • getName Link icon

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

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