:right-sidebar: True Encoding =================================================================== .. currentmodule:: gi.repository.Soup .. class:: Encoding :no-contents-entry: How a message body is encoded for transport Fields ------ .. rst-class:: interim-class .. class:: Encoding :no-index: .. attribute:: BYTERANGES Multipart/byteranges (Reserved for future use: NOT CURRENTLY IMPLEMENTED) .. attribute:: CHUNKED Chunked encoding (currently only supported for response) .. attribute:: CONTENT_LENGTH Content-Length encoding .. attribute:: EOF Response body ends when the connection is closed .. attribute:: NONE No body is present (which is not the same as a 0-length body, and only occurs in certain places) .. attribute:: UNRECOGNIZED Unknown / error