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