Skip to main content

HttpHeader struct

A single HTTP header (name and value pair) to be sent with a web request.

struct HttpHeader

Fields

FieldSummary
NameThe name of the HTTP header (eg. “Authorization”).
ValueThe 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)