Enumeration (GI Enum)

Soup-3.0SoupEncoding

How a message body is encoded for transport

Index
BYTERANGES: 5

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

CHUNKED: 4

chunked encoding (currently only supported for response)

CONTENT_LENGTH: 2

Content-Length encoding

EOF: 3

Response body ends when the connection is closed

NONE: 1

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

UNRECOGNIZED: 0

unknown / error

Variables

$gtype