soup.c.functions

Undocumented in source.

Members

Static functions

soup_address_equal_by_ip
int soup_address_equal_by_ip(void* addr1, void* addr2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_address_equal_by_name
int soup_address_equal_by_name(void* addr1, void* addr2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_address_get_gsockaddr
GSocketAddress* soup_address_get_gsockaddr(SoupAddress* addr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_address_get_name
const(char)* soup_address_get_name(SoupAddress* addr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_address_get_physical
const(char)* soup_address_get_physical(SoupAddress* addr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_address_get_port
uint soup_address_get_port(SoupAddress* addr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_address_get_sockaddr
sockaddr* soup_address_get_sockaddr(SoupAddress* addr, int* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_address_get_type
GType soup_address_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_address_hash_by_ip
uint soup_address_hash_by_ip(void* addr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_address_hash_by_name
uint soup_address_hash_by_name(void* addr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_address_is_resolved
int soup_address_is_resolved(SoupAddress* addr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_address_new
SoupAddress* soup_address_new(const(char)* name, uint port)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_address_new_any
SoupAddress* soup_address_new_any(SoupAddressFamily family, uint port)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_address_new_from_sockaddr
SoupAddress* soup_address_new_from_sockaddr(sockaddr* sa, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_address_resolve_async
void soup_address_resolve_async(SoupAddress* addr, GMainContext* asyncContext, GCancellable* cancellable, SoupAddressCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_address_resolve_sync
uint soup_address_resolve_sync(SoupAddress* addr, GCancellable* cancellable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_authenticate
void soup_auth_authenticate(SoupAuth* auth, const(char)* username, const(char)* password)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_basic_get_type
GType soup_auth_basic_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_can_authenticate
int soup_auth_can_authenticate(SoupAuth* auth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_digest_get_type
GType soup_auth_digest_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_domain_accepts
char* soup_auth_domain_accepts(SoupAuthDomain* domain, SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_domain_add_path
void soup_auth_domain_add_path(SoupAuthDomain* domain, const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_domain_basic_get_type
GType soup_auth_domain_basic_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_domain_basic_new
SoupAuthDomain* soup_auth_domain_basic_new(const(char)* optname1, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_domain_basic_set_auth_callback
void soup_auth_domain_basic_set_auth_callback(SoupAuthDomain* domain, SoupAuthDomainBasicAuthCallback callback, void* userData, GDestroyNotify dnotify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_domain_challenge
void soup_auth_domain_challenge(SoupAuthDomain* domain, SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_domain_check_password
int soup_auth_domain_check_password(SoupAuthDomain* domain, SoupMessage* msg, const(char)* username, const(char)* password)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_domain_covers
int soup_auth_domain_covers(SoupAuthDomain* domain, SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_domain_digest_encode_password
char* soup_auth_domain_digest_encode_password(const(char)* username, const(char)* realm, const(char)* password)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_domain_digest_get_type
GType soup_auth_domain_digest_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_domain_digest_new
SoupAuthDomain* soup_auth_domain_digest_new(const(char)* optname1, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_domain_digest_set_auth_callback
void soup_auth_domain_digest_set_auth_callback(SoupAuthDomain* domain, SoupAuthDomainDigestAuthCallback callback, void* userData, GDestroyNotify dnotify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_domain_get_realm
const(char)* soup_auth_domain_get_realm(SoupAuthDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_domain_get_type
GType soup_auth_domain_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_domain_remove_path
void soup_auth_domain_remove_path(SoupAuthDomain* domain, const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_domain_set_filter
void soup_auth_domain_set_filter(SoupAuthDomain* domain, SoupAuthDomainFilter filter, void* filterData, GDestroyNotify dnotify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_domain_set_generic_auth_callback
void soup_auth_domain_set_generic_auth_callback(SoupAuthDomain* domain, SoupAuthDomainGenericAuthCallback authCallback, void* authData, GDestroyNotify dnotify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_domain_try_generic_auth_callback
int soup_auth_domain_try_generic_auth_callback(SoupAuthDomain* domain, SoupMessage* msg, const(char)* username)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_free_protection_space
void soup_auth_free_protection_space(SoupAuth* auth, GSList* space)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_get_authorization
char* soup_auth_get_authorization(SoupAuth* auth, SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_get_host
const(char)* soup_auth_get_host(SoupAuth* auth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_get_info
char* soup_auth_get_info(SoupAuth* auth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_get_protection_space
GSList* soup_auth_get_protection_space(SoupAuth* auth, SoupURI* sourceUri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_get_realm
const(char)* soup_auth_get_realm(SoupAuth* auth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_get_saved_password
const(char)* soup_auth_get_saved_password(SoupAuth* auth, const(char)* user)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_get_saved_users
GSList* soup_auth_get_saved_users(SoupAuth* auth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_get_scheme_name
const(char)* soup_auth_get_scheme_name(SoupAuth* auth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_get_type
GType soup_auth_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_has_saved_password
void soup_auth_has_saved_password(SoupAuth* auth, const(char)* username, const(char)* password)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_is_authenticated
int soup_auth_is_authenticated(SoupAuth* auth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_is_for_proxy
int soup_auth_is_for_proxy(SoupAuth* auth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_is_ready
int soup_auth_is_ready(SoupAuth* auth, SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_manager_clear_cached_credentials
void soup_auth_manager_clear_cached_credentials(SoupAuthManager* manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_manager_get_type
GType soup_auth_manager_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_manager_use_auth
void soup_auth_manager_use_auth(SoupAuthManager* manager, SoupURI* uri, SoupAuth* auth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_negotiate_get_type
GType soup_auth_negotiate_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_negotiate_supported
int soup_auth_negotiate_supported()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_new
SoupAuth* soup_auth_new(GType type, SoupMessage* msg, const(char)* authHeader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_ntlm_get_type
GType soup_auth_ntlm_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_save_password
void soup_auth_save_password(SoupAuth* auth, const(char)* username, const(char)* password)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_auth_update
int soup_auth_update(SoupAuth* auth, SoupMessage* msg, const(char)* authHeader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_buffer_copy
SoupBuffer* soup_buffer_copy(SoupBuffer* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_buffer_free
void soup_buffer_free(SoupBuffer* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_buffer_get_as_bytes
GBytes* soup_buffer_get_as_bytes(SoupBuffer* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_buffer_get_data
void soup_buffer_get_data(SoupBuffer* buffer, ubyte** data, size_t* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_buffer_get_owner
void* soup_buffer_get_owner(SoupBuffer* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_buffer_get_type
GType soup_buffer_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_buffer_new
SoupBuffer* soup_buffer_new(SoupMemoryUse use, void* data, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_buffer_new_subbuffer
SoupBuffer* soup_buffer_new_subbuffer(SoupBuffer* parent, size_t offset, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_buffer_new_take
SoupBuffer* soup_buffer_new_take(char* data, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_buffer_new_with_owner
SoupBuffer* soup_buffer_new_with_owner(void* data, size_t length, void* owner, GDestroyNotify ownerDnotify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cache_clear
void soup_cache_clear(SoupCache* cache)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cache_dump
void soup_cache_dump(SoupCache* cache)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cache_flush
void soup_cache_flush(SoupCache* cache)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cache_get_max_size
uint soup_cache_get_max_size(SoupCache* cache)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cache_get_type
GType soup_cache_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cache_load
void soup_cache_load(SoupCache* cache)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cache_new
SoupCache* soup_cache_new(const(char)* cacheDir, SoupCacheType cacheType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cache_set_max_size
void soup_cache_set_max_size(SoupCache* cache, uint maxSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_client_context_get_address
SoupAddress* soup_client_context_get_address(SoupClientContext* client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_client_context_get_auth_domain
SoupAuthDomain* soup_client_context_get_auth_domain(SoupClientContext* client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_client_context_get_auth_user
const(char)* soup_client_context_get_auth_user(SoupClientContext* client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_client_context_get_gsocket
GSocket* soup_client_context_get_gsocket(SoupClientContext* client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_client_context_get_host
const(char)* soup_client_context_get_host(SoupClientContext* client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_client_context_get_local_address
GSocketAddress* soup_client_context_get_local_address(SoupClientContext* client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_client_context_get_remote_address
GSocketAddress* soup_client_context_get_remote_address(SoupClientContext* client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_client_context_get_socket
SoupSocket* soup_client_context_get_socket(SoupClientContext* client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_client_context_get_type
GType soup_client_context_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_client_context_steal_connection
GIOStream* soup_client_context_steal_connection(SoupClientContext* client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_content_decoder_get_type
GType soup_content_decoder_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_content_sniffer_get_buffer_size
size_t soup_content_sniffer_get_buffer_size(SoupContentSniffer* sniffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_content_sniffer_get_type
GType soup_content_sniffer_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_content_sniffer_new
SoupContentSniffer* soup_content_sniffer_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_content_sniffer_sniff
char* soup_content_sniffer_sniff(SoupContentSniffer* sniffer, SoupMessage* msg, SoupBuffer* buffer, GHashTable** params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_applies_to_uri
int soup_cookie_applies_to_uri(SoupCookie* cookie, SoupURI* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_copy
SoupCookie* soup_cookie_copy(SoupCookie* cookie)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_domain_matches
int soup_cookie_domain_matches(SoupCookie* cookie, const(char)* host)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_equal
int soup_cookie_equal(SoupCookie* cookie1, SoupCookie* cookie2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_free
void soup_cookie_free(SoupCookie* cookie)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_get_domain
const(char)* soup_cookie_get_domain(SoupCookie* cookie)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_get_expires
SoupDate* soup_cookie_get_expires(SoupCookie* cookie)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_get_http_only
int soup_cookie_get_http_only(SoupCookie* cookie)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_get_name
const(char)* soup_cookie_get_name(SoupCookie* cookie)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_get_path
const(char)* soup_cookie_get_path(SoupCookie* cookie)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_get_same_site_policy
SoupSameSitePolicy soup_cookie_get_same_site_policy(SoupCookie* cookie)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_get_secure
int soup_cookie_get_secure(SoupCookie* cookie)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_get_type
GType soup_cookie_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_get_value
const(char)* soup_cookie_get_value(SoupCookie* cookie)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_jar_add_cookie
void soup_cookie_jar_add_cookie(SoupCookieJar* jar, SoupCookie* cookie)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_jar_add_cookie_full
void soup_cookie_jar_add_cookie_full(SoupCookieJar* jar, SoupCookie* cookie, SoupURI* uri, SoupURI* firstParty)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_jar_add_cookie_with_first_party
void soup_cookie_jar_add_cookie_with_first_party(SoupCookieJar* jar, SoupURI* firstParty, SoupCookie* cookie)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_jar_all_cookies
GSList* soup_cookie_jar_all_cookies(SoupCookieJar* jar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_jar_db_get_type
GType soup_cookie_jar_db_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_jar_db_new
SoupCookieJar* soup_cookie_jar_db_new(const(char)* filename, int readOnly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_jar_delete_cookie
void soup_cookie_jar_delete_cookie(SoupCookieJar* jar, SoupCookie* cookie)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_jar_get_accept_policy
SoupCookieJarAcceptPolicy soup_cookie_jar_get_accept_policy(SoupCookieJar* jar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_jar_get_cookie_list
GSList* soup_cookie_jar_get_cookie_list(SoupCookieJar* jar, SoupURI* uri, int forHttp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_jar_get_cookie_list_with_same_site_info
GSList* soup_cookie_jar_get_cookie_list_with_same_site_info(SoupCookieJar* jar, SoupURI* uri, SoupURI* topLevel, SoupURI* siteForCookies, int forHttp, int isSafeMethod, int isTopLevelNavigation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_jar_get_cookies
char* soup_cookie_jar_get_cookies(SoupCookieJar* jar, SoupURI* uri, int forHttp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_jar_get_type
GType soup_cookie_jar_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_jar_is_persistent
int soup_cookie_jar_is_persistent(SoupCookieJar* jar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_jar_new
SoupCookieJar* soup_cookie_jar_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_jar_save
void soup_cookie_jar_save(SoupCookieJar* jar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_jar_set_accept_policy
void soup_cookie_jar_set_accept_policy(SoupCookieJar* jar, SoupCookieJarAcceptPolicy policy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_jar_set_cookie
void soup_cookie_jar_set_cookie(SoupCookieJar* jar, SoupURI* uri, const(char)* cookie)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_jar_set_cookie_with_first_party
void soup_cookie_jar_set_cookie_with_first_party(SoupCookieJar* jar, SoupURI* uri, SoupURI* firstParty, const(char)* cookie)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_jar_text_get_type
GType soup_cookie_jar_text_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_jar_text_new
SoupCookieJar* soup_cookie_jar_text_new(const(char)* filename, int readOnly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_new
SoupCookie* soup_cookie_new(const(char)* name, const(char)* value, const(char)* domain, const(char)* path, int maxAge)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_parse
SoupCookie* soup_cookie_parse(const(char)* header, SoupURI* origin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_set_domain
void soup_cookie_set_domain(SoupCookie* cookie, const(char)* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_set_expires
void soup_cookie_set_expires(SoupCookie* cookie, SoupDate* expires)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_set_http_only
void soup_cookie_set_http_only(SoupCookie* cookie, int httpOnly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_set_max_age
void soup_cookie_set_max_age(SoupCookie* cookie, int maxAge)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_set_name
void soup_cookie_set_name(SoupCookie* cookie, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_set_path
void soup_cookie_set_path(SoupCookie* cookie, const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_set_same_site_policy
void soup_cookie_set_same_site_policy(SoupCookie* cookie, SoupSameSitePolicy policy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_set_secure
void soup_cookie_set_secure(SoupCookie* cookie, int secure)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_set_value
void soup_cookie_set_value(SoupCookie* cookie, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_to_cookie_header
char* soup_cookie_to_cookie_header(SoupCookie* cookie)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_cookie_to_set_cookie_header
char* soup_cookie_to_set_cookie_header(SoupCookie* cookie)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_date_copy
SoupDate* soup_date_copy(SoupDate* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_date_free
void soup_date_free(SoupDate* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_date_get_day
int soup_date_get_day(SoupDate* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_date_get_hour
int soup_date_get_hour(SoupDate* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_date_get_minute
int soup_date_get_minute(SoupDate* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_date_get_month
int soup_date_get_month(SoupDate* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_date_get_offset
int soup_date_get_offset(SoupDate* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_date_get_second
int soup_date_get_second(SoupDate* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_date_get_type
GType soup_date_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_date_get_utc
int soup_date_get_utc(SoupDate* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_date_get_year
int soup_date_get_year(SoupDate* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_date_is_past
int soup_date_is_past(SoupDate* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_date_new
SoupDate* soup_date_new(int year, int month, int day, int hour, int minute, int second)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_date_new_from_now
SoupDate* soup_date_new_from_now(int offsetSeconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_date_new_from_string
SoupDate* soup_date_new_from_string(const(char)* dateString)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_date_new_from_time_t
SoupDate* soup_date_new_from_time_t(uint when)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_date_to_string
char* soup_date_to_string(SoupDate* date, SoupDateFormat format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_date_to_time_t
uint soup_date_to_time_t(SoupDate* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_date_to_timeval
void soup_date_to_timeval(SoupDate* date, GTimeVal* time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_hsts_enforcer_db_get_type
GType soup_hsts_enforcer_db_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_hsts_enforcer_db_new
SoupHSTSEnforcer* soup_hsts_enforcer_db_new(const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_hsts_enforcer_get_domains
GList* soup_hsts_enforcer_get_domains(SoupHSTSEnforcer* hstsEnforcer, int sessionPolicies)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_hsts_enforcer_get_policies
GList* soup_hsts_enforcer_get_policies(SoupHSTSEnforcer* hstsEnforcer, int sessionPolicies)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_hsts_enforcer_get_type
GType soup_hsts_enforcer_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_hsts_enforcer_has_valid_policy
int soup_hsts_enforcer_has_valid_policy(SoupHSTSEnforcer* hstsEnforcer, const(char)* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_hsts_enforcer_is_persistent
int soup_hsts_enforcer_is_persistent(SoupHSTSEnforcer* hstsEnforcer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_hsts_enforcer_new
SoupHSTSEnforcer* soup_hsts_enforcer_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_hsts_enforcer_set_policy
void soup_hsts_enforcer_set_policy(SoupHSTSEnforcer* hstsEnforcer, SoupHSTSPolicy* policy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_hsts_enforcer_set_session_policy
void soup_hsts_enforcer_set_session_policy(SoupHSTSEnforcer* hstsEnforcer, const(char)* domain, int includeSubdomains)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_hsts_policy_copy
SoupHSTSPolicy* soup_hsts_policy_copy(SoupHSTSPolicy* policy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_hsts_policy_equal
int soup_hsts_policy_equal(SoupHSTSPolicy* policy1, SoupHSTSPolicy* policy2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_hsts_policy_free
void soup_hsts_policy_free(SoupHSTSPolicy* policy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_hsts_policy_get_domain
const(char)* soup_hsts_policy_get_domain(SoupHSTSPolicy* policy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_hsts_policy_get_type
GType soup_hsts_policy_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_hsts_policy_includes_subdomains
int soup_hsts_policy_includes_subdomains(SoupHSTSPolicy* policy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_hsts_policy_is_expired
int soup_hsts_policy_is_expired(SoupHSTSPolicy* policy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_hsts_policy_is_session_policy
int soup_hsts_policy_is_session_policy(SoupHSTSPolicy* policy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_hsts_policy_new
SoupHSTSPolicy* soup_hsts_policy_new(const(char)* domain, ulong maxAge, int includeSubdomains)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_hsts_policy_new_from_response
SoupHSTSPolicy* soup_hsts_policy_new_from_response(SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_hsts_policy_new_full
SoupHSTSPolicy* soup_hsts_policy_new_full(const(char)* domain, ulong maxAge, SoupDate* expires, int includeSubdomains)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_hsts_policy_new_session_policy
SoupHSTSPolicy* soup_hsts_policy_new_session_policy(const(char)* domain, int includeSubdomains)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_logger_attach
void soup_logger_attach(SoupLogger* logger, SoupSession* session)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_logger_detach
void soup_logger_detach(SoupLogger* logger, SoupSession* session)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_logger_get_type
GType soup_logger_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_logger_new
SoupLogger* soup_logger_new(SoupLoggerLogLevel level, int maxBodySize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_logger_set_printer
void soup_logger_set_printer(SoupLogger* logger, SoupLoggerPrinter printer, void* printerData, GDestroyNotify destroy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_logger_set_request_filter
void soup_logger_set_request_filter(SoupLogger* logger, SoupLoggerFilter requestFilter, void* filterData, GDestroyNotify destroy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_logger_set_response_filter
void soup_logger_set_response_filter(SoupLogger* logger, SoupLoggerFilter responseFilter, void* filterData, GDestroyNotify destroy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_add_header_handler
uint soup_message_add_header_handler(SoupMessage* msg, const(char)* signal, const(char)* header, GCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_add_status_code_handler
uint soup_message_add_status_code_handler(SoupMessage* msg, const(char)* signal, uint statusCode, GCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_body_append
void soup_message_body_append(SoupMessageBody* body_, SoupMemoryUse use, void* data, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_body_append_buffer
void soup_message_body_append_buffer(SoupMessageBody* body_, SoupBuffer* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_body_append_take
void soup_message_body_append_take(SoupMessageBody* body_, char* data, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_body_complete
void soup_message_body_complete(SoupMessageBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_body_flatten
SoupBuffer* soup_message_body_flatten(SoupMessageBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_body_free
void soup_message_body_free(SoupMessageBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_body_get_accumulate
int soup_message_body_get_accumulate(SoupMessageBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_body_get_chunk
SoupBuffer* soup_message_body_get_chunk(SoupMessageBody* body_, long offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_body_get_type
GType soup_message_body_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_body_got_chunk
void soup_message_body_got_chunk(SoupMessageBody* body_, SoupBuffer* chunk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_body_new
SoupMessageBody* soup_message_body_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_body_set_accumulate
void soup_message_body_set_accumulate(SoupMessageBody* body_, int accumulate)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_body_truncate
void soup_message_body_truncate(SoupMessageBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_body_wrote_chunk
void soup_message_body_wrote_chunk(SoupMessageBody* body_, SoupBuffer* chunk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_content_sniffed
void soup_message_content_sniffed(SoupMessage* msg, const(char)* contentType, GHashTable* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_disable_feature
void soup_message_disable_feature(SoupMessage* msg, GType featureType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_finished
void soup_message_finished(SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_get_address
SoupAddress* soup_message_get_address(SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_get_first_party
SoupURI* soup_message_get_first_party(SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_get_flags
SoupMessageFlags soup_message_get_flags(SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_get_http_version
SoupHTTPVersion soup_message_get_http_version(SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_get_https_status
int soup_message_get_https_status(SoupMessage* msg, GTlsCertificate** certificate, GTlsCertificateFlags* errors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_get_is_top_level_navigation
int soup_message_get_is_top_level_navigation(SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_get_priority
SoupMessagePriority soup_message_get_priority(SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_get_site_for_cookies
SoupURI* soup_message_get_site_for_cookies(SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_get_soup_request
SoupRequest* soup_message_get_soup_request(SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_get_type
GType soup_message_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_get_uri
SoupURI* soup_message_get_uri(SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_got_body
void soup_message_got_body(SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_got_chunk
void soup_message_got_chunk(SoupMessage* msg, SoupBuffer* chunk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_got_headers
void soup_message_got_headers(SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_got_informational
void soup_message_got_informational(SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_append
void soup_message_headers_append(SoupMessageHeaders* hdrs, const(char)* name, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_clean_connection_headers
void soup_message_headers_clean_connection_headers(SoupMessageHeaders* hdrs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_clear
void soup_message_headers_clear(SoupMessageHeaders* hdrs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_foreach
void soup_message_headers_foreach(SoupMessageHeaders* hdrs, SoupMessageHeadersForeachFunc func, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_free
void soup_message_headers_free(SoupMessageHeaders* hdrs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_free_ranges
void soup_message_headers_free_ranges(SoupMessageHeaders* hdrs, SoupRange* ranges)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_get
const(char)* soup_message_headers_get(SoupMessageHeaders* hdrs, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_get_content_disposition
int soup_message_headers_get_content_disposition(SoupMessageHeaders* hdrs, char** disposition, GHashTable** params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_get_content_length
long soup_message_headers_get_content_length(SoupMessageHeaders* hdrs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_get_content_range
int soup_message_headers_get_content_range(SoupMessageHeaders* hdrs, long* start, long* end, long* totalLength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_get_content_type
const(char)* soup_message_headers_get_content_type(SoupMessageHeaders* hdrs, GHashTable** params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_get_encoding
SoupEncoding soup_message_headers_get_encoding(SoupMessageHeaders* hdrs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_get_expectations
SoupExpectation soup_message_headers_get_expectations(SoupMessageHeaders* hdrs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_get_headers_type
SoupMessageHeadersType soup_message_headers_get_headers_type(SoupMessageHeaders* hdrs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_get_list
const(char)* soup_message_headers_get_list(SoupMessageHeaders* hdrs, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_get_one
const(char)* soup_message_headers_get_one(SoupMessageHeaders* hdrs, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_get_ranges
int soup_message_headers_get_ranges(SoupMessageHeaders* hdrs, long totalLength, SoupRange** ranges, int* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_get_type
GType soup_message_headers_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_header_contains
int soup_message_headers_header_contains(SoupMessageHeaders* hdrs, const(char)* name, const(char)* token)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_header_equals
int soup_message_headers_header_equals(SoupMessageHeaders* hdrs, const(char)* name, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_iter_init
void soup_message_headers_iter_init(SoupMessageHeadersIter* iter, SoupMessageHeaders* hdrs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_iter_next
int soup_message_headers_iter_next(SoupMessageHeadersIter* iter, char** name, char** value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_new
SoupMessageHeaders* soup_message_headers_new(SoupMessageHeadersType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_remove
void soup_message_headers_remove(SoupMessageHeaders* hdrs, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_replace
void soup_message_headers_replace(SoupMessageHeaders* hdrs, const(char)* name, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_set_content_disposition
void soup_message_headers_set_content_disposition(SoupMessageHeaders* hdrs, const(char)* disposition, GHashTable* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_set_content_length
void soup_message_headers_set_content_length(SoupMessageHeaders* hdrs, long contentLength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_set_content_range
void soup_message_headers_set_content_range(SoupMessageHeaders* hdrs, long start, long end, long totalLength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_set_content_type
void soup_message_headers_set_content_type(SoupMessageHeaders* hdrs, const(char)* contentType, GHashTable* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_set_encoding
void soup_message_headers_set_encoding(SoupMessageHeaders* hdrs, SoupEncoding encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_set_expectations
void soup_message_headers_set_expectations(SoupMessageHeaders* hdrs, SoupExpectation expectations)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_set_range
void soup_message_headers_set_range(SoupMessageHeaders* hdrs, long start, long end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_headers_set_ranges
void soup_message_headers_set_ranges(SoupMessageHeaders* hdrs, SoupRange* ranges, int length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_is_feature_disabled
int soup_message_is_feature_disabled(SoupMessage* msg, GType featureType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_is_keepalive
int soup_message_is_keepalive(SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_new
SoupMessage* soup_message_new(const(char)* method, const(char)* uriString)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_new_from_uri
SoupMessage* soup_message_new_from_uri(const(char)* method, SoupURI* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_restarted
void soup_message_restarted(SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_set_chunk_allocator
void soup_message_set_chunk_allocator(SoupMessage* msg, SoupChunkAllocator allocator, void* userData, GDestroyNotify destroyNotify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_set_first_party
void soup_message_set_first_party(SoupMessage* msg, SoupURI* firstParty)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_set_flags
void soup_message_set_flags(SoupMessage* msg, SoupMessageFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_set_http_version
void soup_message_set_http_version(SoupMessage* msg, SoupHTTPVersion version_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_set_is_top_level_navigation
void soup_message_set_is_top_level_navigation(SoupMessage* msg, int isTopLevelNavigation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_set_priority
void soup_message_set_priority(SoupMessage* msg, SoupMessagePriority priority)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_set_redirect
void soup_message_set_redirect(SoupMessage* msg, uint statusCode, const(char)* redirectUri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_set_request
void soup_message_set_request(SoupMessage* msg, const(char)* contentType, SoupMemoryUse reqUse, char* reqBody, size_t reqLength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_set_response
void soup_message_set_response(SoupMessage* msg, const(char)* contentType, SoupMemoryUse respUse, char* respBody, size_t respLength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_set_site_for_cookies
void soup_message_set_site_for_cookies(SoupMessage* msg, SoupURI* siteForCookies)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_set_status
void soup_message_set_status(SoupMessage* msg, uint statusCode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_set_status_full
void soup_message_set_status_full(SoupMessage* msg, uint statusCode, const(char)* reasonPhrase)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_set_uri
void soup_message_set_uri(SoupMessage* msg, SoupURI* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_starting
void soup_message_starting(SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_wrote_body
void soup_message_wrote_body(SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_wrote_body_data
void soup_message_wrote_body_data(SoupMessage* msg, SoupBuffer* chunk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_wrote_chunk
void soup_message_wrote_chunk(SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_wrote_headers
void soup_message_wrote_headers(SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_message_wrote_informational
void soup_message_wrote_informational(SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_multipart_append_form_file
void soup_multipart_append_form_file(SoupMultipart* multipart, const(char)* controlName, const(char)* filename, const(char)* contentType, SoupBuffer* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_multipart_append_form_string
void soup_multipart_append_form_string(SoupMultipart* multipart, const(char)* controlName, const(char)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_multipart_append_part
void soup_multipart_append_part(SoupMultipart* multipart, SoupMessageHeaders* headers, SoupBuffer* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_multipart_free
void soup_multipart_free(SoupMultipart* multipart)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_multipart_get_length
int soup_multipart_get_length(SoupMultipart* multipart)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_multipart_get_part
int soup_multipart_get_part(SoupMultipart* multipart, int part, SoupMessageHeaders** headers, SoupBuffer** body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_multipart_get_type
GType soup_multipart_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_multipart_input_stream_get_headers
SoupMessageHeaders* soup_multipart_input_stream_get_headers(SoupMultipartInputStream* multipart)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_multipart_input_stream_get_type
GType soup_multipart_input_stream_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_multipart_input_stream_new
SoupMultipartInputStream* soup_multipart_input_stream_new(SoupMessage* msg, GInputStream* baseStream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_multipart_input_stream_next_part
GInputStream* soup_multipart_input_stream_next_part(SoupMultipartInputStream* multipart, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_multipart_input_stream_next_part_async
void soup_multipart_input_stream_next_part_async(SoupMultipartInputStream* multipart, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_multipart_input_stream_next_part_finish
GInputStream* soup_multipart_input_stream_next_part_finish(SoupMultipartInputStream* multipart, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_multipart_new
SoupMultipart* soup_multipart_new(const(char)* mimeType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_multipart_new_from_message
SoupMultipart* soup_multipart_new_from_message(SoupMessageHeaders* headers, SoupMessageBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_multipart_to_message
void soup_multipart_to_message(SoupMultipart* multipart, SoupMessageHeaders* destHeaders, SoupMessageBody* destBody)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_password_manager_get_passwords_async
void soup_password_manager_get_passwords_async(SoupPasswordManager* passwordManager, SoupMessage* msg, SoupAuth* auth, int retrying, GMainContext* asyncContext, GCancellable* cancellable, SoupPasswordManagerCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_password_manager_get_passwords_sync
void soup_password_manager_get_passwords_sync(SoupPasswordManager* passwordManager, SoupMessage* msg, SoupAuth* auth, GCancellable* cancellable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_password_manager_get_type
GType soup_password_manager_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_proxy_resolver_default_get_type
GType soup_proxy_resolver_default_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_proxy_resolver_get_proxy_async
void soup_proxy_resolver_get_proxy_async(SoupProxyResolver* proxyResolver, SoupMessage* msg, GMainContext* asyncContext, GCancellable* cancellable, SoupProxyResolverCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_proxy_resolver_get_proxy_sync
uint soup_proxy_resolver_get_proxy_sync(SoupProxyResolver* proxyResolver, SoupMessage* msg, GCancellable* cancellable, SoupAddress** addr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_proxy_resolver_get_type
GType soup_proxy_resolver_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_proxy_uri_resolver_get_proxy_uri_async
void soup_proxy_uri_resolver_get_proxy_uri_async(SoupProxyURIResolver* proxyUriResolver, SoupURI* uri, GMainContext* asyncContext, GCancellable* cancellable, SoupProxyURIResolverCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_proxy_uri_resolver_get_proxy_uri_sync
uint soup_proxy_uri_resolver_get_proxy_uri_sync(SoupProxyURIResolver* proxyUriResolver, SoupURI* uri, GCancellable* cancellable, SoupURI** proxyUri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_proxy_uri_resolver_get_type
GType soup_proxy_uri_resolver_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_request_data_get_type
GType soup_request_data_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_request_file_get_file
GFile* soup_request_file_get_file(SoupRequestFile* file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_request_file_get_type
GType soup_request_file_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_request_get_content_length
long soup_request_get_content_length(SoupRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_request_get_content_type
const(char)* soup_request_get_content_type(SoupRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_request_get_session
SoupSession* soup_request_get_session(SoupRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_request_get_type
GType soup_request_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_request_get_uri
SoupURI* soup_request_get_uri(SoupRequest* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_request_http_get_message
SoupMessage* soup_request_http_get_message(SoupRequestHTTP* http)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_request_http_get_type
GType soup_request_http_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_request_send
GInputStream* soup_request_send(SoupRequest* request, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_request_send_async
void soup_request_send_async(SoupRequest* request, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_request_send_finish
GInputStream* soup_request_send_finish(SoupRequest* request, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_requester_get_type
GType soup_requester_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_requester_new
SoupRequester* soup_requester_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_requester_request
SoupRequest* soup_requester_request(SoupRequester* requester, const(char)* uriString, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_requester_request_uri
SoupRequest* soup_requester_request_uri(SoupRequester* requester, SoupURI* uri, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_server_accept_iostream
int soup_server_accept_iostream(SoupServer* server, GIOStream* stream, GSocketAddress* localAddr, GSocketAddress* remoteAddr, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_server_add_auth_domain
void soup_server_add_auth_domain(SoupServer* server, SoupAuthDomain* authDomain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_server_add_early_handler
void soup_server_add_early_handler(SoupServer* server, const(char)* path, SoupServerCallback callback, void* userData, GDestroyNotify destroy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_server_add_handler
void soup_server_add_handler(SoupServer* server, const(char)* path, SoupServerCallback callback, void* userData, GDestroyNotify destroy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_server_add_websocket_extension
void soup_server_add_websocket_extension(SoupServer* server, GType extensionType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_server_add_websocket_handler
void soup_server_add_websocket_handler(SoupServer* server, const(char)* path, const(char)* origin, char** protocols, SoupServerWebsocketCallback callback, void* userData, GDestroyNotify destroy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_server_disconnect
void soup_server_disconnect(SoupServer* server)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_server_get_async_context
GMainContext* soup_server_get_async_context(SoupServer* server)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_server_get_listener
SoupSocket* soup_server_get_listener(SoupServer* server)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_server_get_listeners
GSList* soup_server_get_listeners(SoupServer* server)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_server_get_port
uint soup_server_get_port(SoupServer* server)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_server_get_type
GType soup_server_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_server_get_uris
GSList* soup_server_get_uris(SoupServer* server)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_server_is_https
int soup_server_is_https(SoupServer* server)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_server_listen
int soup_server_listen(SoupServer* server, GSocketAddress* address, SoupServerListenOptions options, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_server_listen_all
int soup_server_listen_all(SoupServer* server, uint port, SoupServerListenOptions options, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_server_listen_fd
int soup_server_listen_fd(SoupServer* server, int fd, SoupServerListenOptions options, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_server_listen_local
int soup_server_listen_local(SoupServer* server, uint port, SoupServerListenOptions options, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_server_listen_socket
int soup_server_listen_socket(SoupServer* server, GSocket* socket, SoupServerListenOptions options, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_server_new
SoupServer* soup_server_new(const(char)* optname1, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_server_pause_message
void soup_server_pause_message(SoupServer* server, SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_server_quit
void soup_server_quit(SoupServer* server)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_server_remove_auth_domain
void soup_server_remove_auth_domain(SoupServer* server, SoupAuthDomain* authDomain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_server_remove_handler
void soup_server_remove_handler(SoupServer* server, const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_server_remove_websocket_extension
void soup_server_remove_websocket_extension(SoupServer* server, GType extensionType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_server_run
void soup_server_run(SoupServer* server)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_server_run_async
void soup_server_run_async(SoupServer* server)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_server_set_ssl_cert_file
int soup_server_set_ssl_cert_file(SoupServer* server, const(char)* sslCertFile, const(char)* sslKeyFile, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_server_unpause_message
void soup_server_unpause_message(SoupServer* server, SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_abort
void soup_session_abort(SoupSession* session)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_add_feature
void soup_session_add_feature(SoupSession* session, SoupSessionFeature* feature)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_add_feature_by_type
void soup_session_add_feature_by_type(SoupSession* session, GType featureType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_async_get_type
GType soup_session_async_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_async_new
SoupSession* soup_session_async_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_async_new_with_options
SoupSession* soup_session_async_new_with_options(const(char)* optname1, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_cancel_message
void soup_session_cancel_message(SoupSession* session, SoupMessage* msg, uint statusCode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_connect_async
void soup_session_connect_async(SoupSession* session, SoupURI* uri, GCancellable* cancellable, SoupSessionConnectProgressCallback progressCallback, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_connect_finish
GIOStream* soup_session_connect_finish(SoupSession* session, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_feature_add_feature
int soup_session_feature_add_feature(SoupSessionFeature* feature, GType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_feature_attach
void soup_session_feature_attach(SoupSessionFeature* feature, SoupSession* session)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_feature_detach
void soup_session_feature_detach(SoupSessionFeature* feature, SoupSession* session)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_feature_get_type
GType soup_session_feature_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_feature_has_feature
int soup_session_feature_has_feature(SoupSessionFeature* feature, GType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_feature_remove_feature
int soup_session_feature_remove_feature(SoupSessionFeature* feature, GType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_get_async_context
GMainContext* soup_session_get_async_context(SoupSession* session)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_get_feature
SoupSessionFeature* soup_session_get_feature(SoupSession* session, GType featureType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_get_feature_for_message
SoupSessionFeature* soup_session_get_feature_for_message(SoupSession* session, GType featureType, SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_get_features
GSList* soup_session_get_features(SoupSession* session, GType featureType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_get_type
GType soup_session_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_has_feature
int soup_session_has_feature(SoupSession* session, GType featureType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_new
SoupSession* soup_session_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_new_with_options
SoupSession* soup_session_new_with_options(const(char)* optname1, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_pause_message
void soup_session_pause_message(SoupSession* session, SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_prefetch_dns
void soup_session_prefetch_dns(SoupSession* session, const(char)* hostname, GCancellable* cancellable, SoupAddressCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_prepare_for_uri
void soup_session_prepare_for_uri(SoupSession* session, SoupURI* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_queue_message
void soup_session_queue_message(SoupSession* session, SoupMessage* msg, SoupSessionCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_redirect_message
int soup_session_redirect_message(SoupSession* session, SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_remove_feature
void soup_session_remove_feature(SoupSession* session, SoupSessionFeature* feature)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_remove_feature_by_type
void soup_session_remove_feature_by_type(SoupSession* session, GType featureType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_request
SoupRequest* soup_session_request(SoupSession* session, const(char)* uriString, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_request_http
SoupRequestHTTP* soup_session_request_http(SoupSession* session, const(char)* method, const(char)* uriString, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_request_http_uri
SoupRequestHTTP* soup_session_request_http_uri(SoupSession* session, const(char)* method, SoupURI* uri, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_request_uri
SoupRequest* soup_session_request_uri(SoupSession* session, SoupURI* uri, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_requeue_message
void soup_session_requeue_message(SoupSession* session, SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_send
GInputStream* soup_session_send(SoupSession* session, SoupMessage* msg, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_send_async
void soup_session_send_async(SoupSession* session, SoupMessage* msg, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_send_finish
GInputStream* soup_session_send_finish(SoupSession* session, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_send_message
uint soup_session_send_message(SoupSession* session, SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_steal_connection
GIOStream* soup_session_steal_connection(SoupSession* session, SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_sync_get_type
GType soup_session_sync_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_sync_new
SoupSession* soup_session_sync_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_sync_new_with_options
SoupSession* soup_session_sync_new_with_options(const(char)* optname1, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_unpause_message
void soup_session_unpause_message(SoupSession* session, SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_websocket_connect_async
void soup_session_websocket_connect_async(SoupSession* session, SoupMessage* msg, const(char)* origin, char** protocols, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_websocket_connect_finish
SoupWebsocketConnection* soup_session_websocket_connect_finish(SoupSession* session, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_session_would_redirect
int soup_session_would_redirect(SoupSession* session, SoupMessage* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_socket_connect_async
void soup_socket_connect_async(SoupSocket* sock, GCancellable* cancellable, SoupSocketCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_socket_connect_sync
uint soup_socket_connect_sync(SoupSocket* sock, GCancellable* cancellable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_socket_disconnect
void soup_socket_disconnect(SoupSocket* sock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_socket_get_fd
int soup_socket_get_fd(SoupSocket* sock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_socket_get_local_address
SoupAddress* soup_socket_get_local_address(SoupSocket* sock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_socket_get_remote_address
SoupAddress* soup_socket_get_remote_address(SoupSocket* sock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_socket_get_type
GType soup_socket_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_socket_is_connected
int soup_socket_is_connected(SoupSocket* sock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_socket_is_ssl
int soup_socket_is_ssl(SoupSocket* sock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_socket_listen
int soup_socket_listen(SoupSocket* sock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_socket_new
SoupSocket* soup_socket_new(const(char)* optname1, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_socket_read
SoupSocketIOStatus soup_socket_read(SoupSocket* sock, void* buffer, size_t len, size_t* nread, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_socket_read_until
SoupSocketIOStatus soup_socket_read_until(SoupSocket* sock, void* buffer, size_t len, void* boundary, size_t boundaryLen, size_t* nread, int* gotBoundary, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_socket_start_proxy_ssl
int soup_socket_start_proxy_ssl(SoupSocket* sock, const(char)* sslHost, GCancellable* cancellable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_socket_start_ssl
int soup_socket_start_ssl(SoupSocket* sock, GCancellable* cancellable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_socket_write
SoupSocketIOStatus soup_socket_write(SoupSocket* sock, void* buffer, size_t len, size_t* nwrote, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_copy
SoupURI* soup_uri_copy(SoupURI* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_copy_host
SoupURI* soup_uri_copy_host(SoupURI* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_decode
char* soup_uri_decode(const(char)* part)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_encode
char* soup_uri_encode(const(char)* part, const(char)* escapeExtra)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_equal
int soup_uri_equal(SoupURI* uri1, SoupURI* uri2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_free
void soup_uri_free(SoupURI* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_get_fragment
const(char)* soup_uri_get_fragment(SoupURI* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_get_host
const(char)* soup_uri_get_host(SoupURI* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_get_password
const(char)* soup_uri_get_password(SoupURI* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_get_path
const(char)* soup_uri_get_path(SoupURI* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_get_port
uint soup_uri_get_port(SoupURI* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_get_query
const(char)* soup_uri_get_query(SoupURI* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_get_scheme
const(char)* soup_uri_get_scheme(SoupURI* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_get_type
GType soup_uri_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_get_user
const(char)* soup_uri_get_user(SoupURI* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_host_equal
int soup_uri_host_equal(void* v1, void* v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_host_hash
uint soup_uri_host_hash(void* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_new
SoupURI* soup_uri_new(const(char)* uriString)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_new_with_base
SoupURI* soup_uri_new_with_base(SoupURI* base, const(char)* uriString)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_normalize
char* soup_uri_normalize(const(char)* part, const(char)* unescapeExtra)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_set_fragment
void soup_uri_set_fragment(SoupURI* uri, const(char)* fragment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_set_host
void soup_uri_set_host(SoupURI* uri, const(char)* host)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_set_password
void soup_uri_set_password(SoupURI* uri, const(char)* password)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_set_path
void soup_uri_set_path(SoupURI* uri, const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_set_port
void soup_uri_set_port(SoupURI* uri, uint port)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_set_query
void soup_uri_set_query(SoupURI* uri, const(char)* query)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_set_query_from_fields
void soup_uri_set_query_from_fields(SoupURI* uri, const(char)* firstField, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_set_query_from_form
void soup_uri_set_query_from_form(SoupURI* uri, GHashTable* form)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_set_scheme
void soup_uri_set_scheme(SoupURI* uri, const(char)* scheme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_set_user
void soup_uri_set_user(SoupURI* uri, const(char)* user)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_to_string
char* soup_uri_to_string(SoupURI* uri, int justPathAndQuery)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_uri_uses_default_port
int soup_uri_uses_default_port(SoupURI* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_websocket_connection_close
void soup_websocket_connection_close(SoupWebsocketConnection* self, ushort code, const(char)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_websocket_connection_get_close_code
ushort soup_websocket_connection_get_close_code(SoupWebsocketConnection* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_websocket_connection_get_close_data
const(char)* soup_websocket_connection_get_close_data(SoupWebsocketConnection* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_websocket_connection_get_connection_type
SoupWebsocketConnectionType soup_websocket_connection_get_connection_type(SoupWebsocketConnection* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_websocket_connection_get_extensions
GList* soup_websocket_connection_get_extensions(SoupWebsocketConnection* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_websocket_connection_get_io_stream
GIOStream* soup_websocket_connection_get_io_stream(SoupWebsocketConnection* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_websocket_connection_get_keepalive_interval
uint soup_websocket_connection_get_keepalive_interval(SoupWebsocketConnection* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_websocket_connection_get_max_incoming_payload_size
ulong soup_websocket_connection_get_max_incoming_payload_size(SoupWebsocketConnection* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_websocket_connection_get_origin
const(char)* soup_websocket_connection_get_origin(SoupWebsocketConnection* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_websocket_connection_get_protocol
const(char)* soup_websocket_connection_get_protocol(SoupWebsocketConnection* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_websocket_connection_get_state
SoupWebsocketState soup_websocket_connection_get_state(SoupWebsocketConnection* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_websocket_connection_get_type
GType soup_websocket_connection_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_websocket_connection_get_uri
SoupURI* soup_websocket_connection_get_uri(SoupWebsocketConnection* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_websocket_connection_new
SoupWebsocketConnection* soup_websocket_connection_new(GIOStream* stream, SoupURI* uri, SoupWebsocketConnectionType type, const(char)* origin, const(char)* protocol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_websocket_connection_new_with_extensions
SoupWebsocketConnection* soup_websocket_connection_new_with_extensions(GIOStream* stream, SoupURI* uri, SoupWebsocketConnectionType type, const(char)* origin, const(char)* protocol, GList* extensions)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_websocket_connection_send_binary
void soup_websocket_connection_send_binary(SoupWebsocketConnection* self, void* data, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_websocket_connection_send_message
void soup_websocket_connection_send_message(SoupWebsocketConnection* self, SoupWebsocketDataType type, GBytes* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_websocket_connection_send_text
void soup_websocket_connection_send_text(SoupWebsocketConnection* self, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_websocket_connection_set_keepalive_interval
void soup_websocket_connection_set_keepalive_interval(SoupWebsocketConnection* self, uint interval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_websocket_connection_set_max_incoming_payload_size
void soup_websocket_connection_set_max_incoming_payload_size(SoupWebsocketConnection* self, ulong maxIncomingPayloadSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_websocket_extension_configure
int soup_websocket_extension_configure(SoupWebsocketExtension* extension, SoupWebsocketConnectionType connectionType, GHashTable* params, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_websocket_extension_deflate_get_type
GType soup_websocket_extension_deflate_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_websocket_extension_get_request_params
char* soup_websocket_extension_get_request_params(SoupWebsocketExtension* extension)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_websocket_extension_get_response_params
char* soup_websocket_extension_get_response_params(SoupWebsocketExtension* extension)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_websocket_extension_get_type
GType soup_websocket_extension_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_websocket_extension_manager_get_type
GType soup_websocket_extension_manager_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_websocket_extension_process_incoming_message
GBytes* soup_websocket_extension_process_incoming_message(SoupWebsocketExtension* extension, ubyte* header, GBytes* payload, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_websocket_extension_process_outgoing_message
GBytes* soup_websocket_extension_process_outgoing_message(SoupWebsocketExtension* extension, ubyte* header, GBytes* payload, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_xmlrpc_params_free
void soup_xmlrpc_params_free(SoupXMLRPCParams* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soup_xmlrpc_params_parse
GVariant* soup_xmlrpc_params_parse(SoupXMLRPCParams* self, const(char)* signature, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

LIBRARY_SOUP
auto LIBRARY_SOUP;
Undocumented in source.
LIBRARY_SOUP
auto LIBRARY_SOUP;
Undocumented in source.
LIBRARY_SOUP
auto LIBRARY_SOUP;
Undocumented in source.

Meta