Package com.oorian.apis
Class RequestHeader
java.lang.Object
com.oorian.apis.RequestHeader
Represents a name-value pair for an HTTP request header.
-
Constructor Summary
ConstructorsConstructorDescriptionRequestHeader(String name, String value) Creates a new request header with the specified name and value. -
Method Summary
-
Constructor Details
-
RequestHeader
Creates a new request header with the specified name and value.- Parameters:
name- the header name.value- the header value.
-
-
Method Details
-
getName
Returns the header name.- Returns:
- the header name.
-
getValue
Returns the header value.- Returns:
- the header value.
-