Rest – rest-1.0 Reference Manual
Packages
rest-1.0
Rest
MemoryUse
OAuth2Proxy
OAuth2ProxyCall
Param
Params
PkceCodeChallenge
Proxy
ProxyAuth
ProxyCall
XmlNode
XmlParser
ParamsIter
ProxyCallAsyncCallback
ProxyCallContinuousCallback
ProxyCallUploadCallback
oauth2_error_quark
proxy_call_error_quark
proxy_error_quark
random_string
Rest
Description:
Content:
Classes:
OAuth2Proxy
OAuth2ProxyCall
Param
Params
PkceCodeChallenge
-
In order to play a Pkce Code Verification during a OAuth2 authorization you need this structure which handles the algorithmic part.
Proxy
-
Proxy
has no publicly available members.
ProxyAuth
-
ProxyAuth
has no publicly available members.
ProxyCall
-
ProxyCall
has no publicly available members.
XmlNode
-
The
XmlNode
contains a parsed XmlNode for easy consumption
XmlParser
-
A Xml Parser for Rest Responses
Structs:
ParamsIter
Enums:
MemoryUse
Error domains:
ProxyCallError
-
Error domain used when returning errors from
ProxyCall
.
ProxyError
-
Error domain used when returning errors from a
Proxy
.
Delegates:
public
delegate
void
ProxyCallAsyncCallback
(
ProxyCall
call,
Error
? error,
Object
? weak_object)
public
delegate
void
ProxyCallContinuousCallback
(
ProxyCall
call,
string
buf,
size_t
len,
Error
? error,
Object
? weak_object)
public
delegate
void
ProxyCallUploadCallback
(
ProxyCall
call,
size_t
total,
size_t
uploaded,
Error
? error,
Object
? weak_object)
Functions:
public
Quark
oauth2_error_quark
()
public
Quark
proxy_call_error_quark
()
public
Quark
proxy_error_quark
()
public
string
random_string
(
uint
length)
Creates a random string from a given alphabeth with length
length