Import line: | Soup = imports.gi.Soup; |
GIR File: | Soup-2.4.gir |
C documentation: | SoupEncoding |
Enum : | Encoding |
Properties | |
---|---|
guint32 Soup.Encoding.BYTERANGES : 5
|
|
guint32 Soup.Encoding.CHUNKED : 4
|
|
guint32 Soup.Encoding.CONTENT_LENGTH : 2
|
|
guint32 Soup.Encoding.EOF : 3
|
|
guint32 Soup.Encoding.NONE : 1
|
|
guint32 Soup.Encoding.UNRECOGNIZED : 0
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Soup.MessageHeaders
Method |
get_encoding
()
:
Soup.Encoding
Gets the message body encoding that hdrs declare.
|
Soup.MessageHeaders
Method |
set_encoding
(Encoding encoding)
:
none
Sets the message body encoding that hdrs will declare.
|