Gjsify LogoGjsify Logo

How a message body is encoded for transport

Index

Enumeration Members

BYTERANGES: number

multipart/byteranges (Reserved for future use: NOT CURRENTLY IMPLEMENTED)

CHUNKED: number

chunked encoding (currently only supported for response)

CONTENT_LENGTH: number

Content-Length encoding

EOF: number

Response body ends when the connection is closed

NONE: number

no body is present (which is not the same as a 0-length body, and only occurs in certain places)

UNRECOGNIZED: number

unknown / error

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method