| Valadoc | Vala | Mailing-List | Language | Tutorials | References | Valadoc markup | Contact |
int ADDRESS_ANY_PORT
string CONNECTION_ASYNC_CONTEXT
int CONNECTION_H
string CONNECTION_MESSAGE_FILTER
string CONNECTION_ORIGIN_URI
string CONNECTION_PROXY_URI
string CONNECTION_SSL_CREDENTIALS
string CONNECTION_TIMEOUT
int DATE_H
int H
int HEADERS_H
int MESSAGE_FILTER_H
int MESSAGE_H
int MESSAGE_QUEUE_H
string METHOD_CONNECT
string METHOD_COPY
string METHOD_DELETE
string METHOD_GET
int METHOD_H
string METHOD_HEAD
string METHOD_LOCK
string METHOD_MKCOL
string METHOD_MOVE
string METHOD_OPTIONS
string METHOD_PATCH
string METHOD_POST
string METHOD_PROPFIND
string METHOD_PROPPATCH
string METHOD_PUT
string METHOD_TRACE
string METHOD_UNLOCK
int MISC_H
string SERVER_ASYNC_CONTEXT
int SERVER_AUTH_H
int SERVER_H
string SERVER_INTERFACE
int SERVER_MESSAGE_H
string SERVER_PORT
string SERVER_SSL_CERT_FILE
string SERVER_SSL_KEY_FILE
string SESSION_ASYNC_CONTEXT
int SESSION_ASYNC_H
int SESSION_H
string SESSION_MAX_CONNS
string SESSION_MAX_CONNS_PER_HOST
string SESSION_PROXY_URI
string SESSION_SSL_CA_FILE
int SESSION_SYNC_H
string SESSION_TIMEOUT
string SESSION_USE_NTLM
int SOAP_MESSAGE_H
string SOCKET_ASYNC_CONTEXT
string SOCKET_FLAG_CLOEXEC
string SOCKET_FLAG_NODELAY
string SOCKET_FLAG_NONBLOCKING
string SOCKET_FLAG_REUSEADDR
int SOCKET_H
string SOCKET_IS_SERVER
string SOCKET_SSL_CREDENTIALS
string SOCKET_TIMEOUT
int STATUS_H
int TYPES_H
int URI_H
uint status)
uint status)
bool ServerAuthCallbackFn (ServerAuthContext auth_ctx, ServerAuth auth, Message msg)
uint status)
TimeoutSource add_idle (MainContext async_context, SourceFunc function, void* data)
g_idle_add, but using the given If you want function to
run "right away", use soup_add_completion, since that sets a higher priority on the GSource than
add_idle does.
TimeoutSource add_timeout (MainContext async_context, uint interval, SourceFunc function, void* data)
g_timeout_add, but using the given with g_source_destroy.
string base64_decode (string text, int out_len)
int base64_decode_step (uchar[] in, int len, uchar[] out, int state, uint save)
string base64_encode (string text, int len)
int base64_encode_close (uchar[] in, int inlen, bool break_lines, uchar[] out, int state, int save)
int base64_encode_step (uchar[] in, int len, bool break_lines, uchar[] out, int state, int save)
string date_generate (ulong when)
ulong date_iso8601_parse (string timestamp)
ulong date_parse (string timestamp)
ulong when, void* tm)
string header_param_copy_token (HashTable tokens, string t)
string header_param_decode_token (out string in)
HashTable table)
HashTable header_param_parse_list (string header)
bool headers_parse_request (string str, int len, HashTable dest, out string req_method, out string req_path, HttpVersion ver)
str and stores the results in req_method,
req_path, ver, and req_headers.
bool headers_parse_response (string str, int len, HashTable dest, HttpVersion ver, uint status_code, out string reason_phrase)
str and stores the results in ver,
status_code, reason_phrase, and headers.
bool headers_parse_status_line (string status_line, HttpVersion ver, uint status_code, out string reason_phrase)
status_line into ver, either "\0" or "\r\n".
string method)
uint signal_connect_once (void* instance, string detailed_signal, Callback c_handler, void* data)
string status_get_phrase (uint status_code)
status_code.
bool str_case_equal (void* v1, void* v2)
v1 and v2 in a case-insensitive manner
uint str_case_hash (void* key)
key in a case-insensitive manner.
