summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-auth-private.h
Commit message (Collapse)AuthorAgeFilesLines
* Add rest_proxy_auth_[un]pauseChristophe Fergeau2012-06-281-0/+1
| | | | | | | | | They can be used in RestProxy::authenticate signals to suspend the current authentication attempt. This allows to get back to the mainloop to get the credentials, and to then rerun the call with the correct credentials. https://bugzilla.gnome.org/show_bug.cgi?id=658937
* Introduce RestProxyAuth typeChristophe Fergeau2012-06-281-0/+38
This will be used by the RestProxy authentication code to be able to "pause" the sending of the current message. This will give applications the opportunity to get back to the main loop to do the authentication work before resuming the current request. https://bugzilla.gnome.org/show_bug.cgi?id=658937