Method
MsgAuthorizerprocess_request
Declaration [src]
void
msg_authorizer_process_request (
MsgAuthorizer* iface,
SoupMessage* message
)
Description [src]
Adds the necessary authorization to message. The type of message
can be DELETE, GET and POST.
This method modifies message in place and is thread safe.
Parameters
message |
SoupMessage |
A |
|
| The data is owned by the caller of the function. |