Assembly: Titanium.Web.Proxy.dll
public static class KnownHeaders
Fields
|
Improve this Doc
View Source
Declaration
public const string AcceptEncoding = "Accept-Encoding"
Field Value
|
Improve this Doc
View Source
Declaration
public const string Authorization = "Authorization"
Field Value
|
Improve this Doc
View Source
Declaration
public const string Connection = "Connection"
Field Value
|
Improve this Doc
View Source
Declaration
public const string ConnectionClose = "close"
Field Value
|
Improve this Doc
View Source
Declaration
public const string ConnectionKeepAlive = "keep-alive"
Field Value
|
Improve this Doc
View Source
Declaration
public const string ContentEncoding = "Content-Encoding"
Field Value
|
Improve this Doc
View Source
Declaration
public const string ContentEncodingBrotli = "br"
Field Value
|
Improve this Doc
View Source
Declaration
public const string ContentEncodingDeflate = "deflate"
Field Value
|
Improve this Doc
View Source
Declaration
public const string ContentEncodingGzip = "gzip"
Field Value
|
Improve this Doc
View Source
Declaration
public const string ContentLength = "Content-Length"
Field Value
|
Improve this Doc
View Source
Declaration
public const string ContentType = "Content-Type"
Field Value
|
Improve this Doc
View Source
Declaration
public const string ContentTypeBoundary = "boundary"
Field Value
|
Improve this Doc
View Source
Declaration
public const string ContentTypeCharset = "charset"
Field Value
|
Improve this Doc
View Source
Declaration
public const string Expect = "Expect"
Field Value
|
Improve this Doc
View Source
Declaration
public const string Expect100Continue = "100-continue"
Field Value
|
Improve this Doc
View Source
Declaration
public const string Host = "Host"
Field Value
|
Improve this Doc
View Source
Declaration
public const string Location = "Location"
Field Value
|
Improve this Doc
View Source
Declaration
public const string ProxyAuthenticate = "Proxy-Authenticate"
Field Value
|
Improve this Doc
View Source
Declaration
public const string ProxyAuthorization = "Proxy-Authorization"
Field Value
|
Improve this Doc
View Source
Declaration
public const string ProxyAuthorizationBasic = "basic"
Field Value
|
Improve this Doc
View Source
Declaration
public const string ProxyConnection = "Proxy-Connection"
Field Value
|
Improve this Doc
View Source
Declaration
public const string ProxyConnectionClose = "close"
Field Value
|
Improve this Doc
View Source
Declaration
public const string TransferEncoding = "Transfer-Encoding"
Field Value
|
Improve this Doc
View Source
Declaration
public const string TransferEncodingChunked = "chunked"
Field Value
|
Improve this Doc
View Source
Declaration
public const string Upgrade = "Upgrade"
Field Value
|
Improve this Doc
View Source
Declaration
public const string UpgradeWebsocket = "websocket"
Field Value