HttpHeader struct
A single HTTP header (name and value pair) to be sent with a web request.
struct HttpHeader
Fields
| Field | Summary |
|---|---|
Name | The name of the HTTP header (eg. “Authorization”). |
Value | The value of the HTTP header. |
Name
The name of the HTTP header (eg. “Authorization”).
Value
The value of the HTTP header.
Generated from Velopack (C++ headers)