Enumeration
SoupEncoding
Members
-
SOUP_ENCODING_UNRECOGNIZED
-
Unknown / error.
- Value:
0
- Available since: 3.0
- Value:
-
SOUP_ENCODING_NONE
-
No body is present (which is not the same as a 0-length body, and only occurs in certain places).
- Value:
1
- Available since: 3.0
- Value:
-
SOUP_ENCODING_CONTENT_LENGTH
-
Content-Length encoding.
- Value:
2
- Available since: 3.0
- Value:
-
SOUP_ENCODING_EOF
-
Response body ends when the connection is closed.
- Value:
3
- Available since: 3.0
- Value:
-
SOUP_ENCODING_CHUNKED
-
Chunked encoding (currently only supported for response).
- Value:
4
- Available since: 3.0
- Value:
-
SOUP_ENCODING_BYTERANGES
-
Multipart/byteranges (Reserved for future use: NOT CURRENTLY IMPLEMENTED).
- Value:
5
- Available since: 3.0
- Value: