MessageFlags
Description:
[ CCode ( cprefix = "SOUP_MESSAGE_" , type_id = "soup_message_flags_get_type ()" ) ]
[ Flags ]
public enum MessageFlags
Various flags that can be set on a Message to alter its behavior.
Content:
Enum values:
- COLLECT_METRICS - Metrics will be
collected for this message.
- DO_NOT_USE_AUTH_CACHE - 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.
- IDEMPOTENT - 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 NEW_CONNECTION is set.
- NEW_CONNECTION - Requests that the
message should be sent on a newly-created connection, not reusing an existing persistent connection.
- NO_REDIRECT - The session should not
follow redirect (3xx) responses received by this message.