Companion

object Companion

Properties

Link copied to clipboard

Metrics will be collected for this message.

Link copied to clipboard

The class@AuthManager should not use the credentials cache for this message, neither to use cached credentials to automatically authenticate this message nor to cache the credentials after the message is successfully authenticated. This applies to both server and proxy authentication. Note that signal@Message::authenticate signal will be emitted, if you want to disable authentication for a message use method@Message.disable_feature passing #SOUP_TYPE_AUTH_MANAGER instead.

Link copied to clipboard

The message is considered idempotent, regardless its property@Message:method, and allows reuse of existing idle connections, instead of always requiring a new one, unless #SOUP_MESSAGE_NEW_CONNECTION is set.

Link copied to clipboard

Requests that the message should be sent on a newly-created connection, not reusing an existing persistent connection. Note that messages with non-idempotent property@Message:methods behave this way by default, unless #SOUP_MESSAGE_IDEMPOTENT is set.

Link copied to clipboard

The session should not follow redirect (3xx) responses received by this message.

Functions

Link copied to clipboard
fun getType(): <Error class: unknown class>

Get the GType of MessageFlags