Represents the basic trait of an HTTP response. Instances directly implementing this interface is mutable.
IHttpResponse
Gets the response header value by name. If there are multiple values with the same header name, they will be joined with a comma and a space (,).
,
Gets the response header values by name.
Generated using TypeDoc
Represents the basic trait of an HTTP response. Instances directly implementing this interface is mutable.
IHttpResponse