Enumeration (GI Enum)

Soup-3.0SoupEncoding

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