Http Header object used by proxy
Assembly: Titanium.Web.Proxy.dll
Constructors
|
Improve this Doc
View Source
Initialize a new instance.
Declaration
public HttpHeader(string name, string value)
Parameters
Type |
Name |
Description |
String |
name |
Header name.
|
String |
value |
Header value.
|
|
Improve this Doc
View Source
Declaration
protected HttpHeader(string name, string value, bool headerEntry)
Parameters
Fields
|
Improve this Doc
View Source
HPACK: Header Compression for HTTP/2
Section 4.1. Calculating Table Size
The additional 32 octets account for an estimated overhead associated with an entry.
Declaration
public const int HttpHeaderOverhead = 32
Field Value
Properties
|
Improve this Doc
View Source
Declaration
public string Name { get; }
Property Value
|
Improve this Doc
View Source
Declaration
Property Value
|
Improve this Doc
View Source
Declaration
public string Value { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public static int SizeOf(string name, string value)
Parameters
Returns
|
Improve this Doc
View Source
Returns header as a valid header string.
Declaration
public override string ToString()
Returns
Overrides