Encoding
Description:
[ CCode ( cprefix = "SOUP_ENCODING_" , type_id = "soup_encoding_get_type ()" ) ]
public enum Encoding
How a message body is encoded for transport
Content:
Enum values:
- BYTERANGES - multipart/byteranges
(Reserved for future use: NOT CURRENTLY IMPLEMENTED)
- CHUNKED - chunked encoding (currently only
supported for response)
- CONTENT_LENGTH - Content-Length
encoding
- EOF - Response body ends when the connection is
closed
- NONE - no body is present (which is not the same
as a 0-length body, and only occurs in certain places)
- UNRECOGNIZED - unknown / error