nngd.nngd

Undocumented in source.

Members

Aliases

http_status
alias http_status = nng_http_status
Undocumented in source.
nng_aio_cb
alias nng_aio_cb = void function(void*)
Undocumented in source.
nng_errno
alias nng_errno = libnng.nng_errno
Undocumented in source.
nng_errstr
alias nng_errstr = libnng.nng_errstr
Undocumented in source.
nng_http_req
alias nng_http_req = libnng.nng_http_req
Undocumented in source.
nng_http_res
alias nng_http_res = libnng.nng_http_res
Undocumented in source.
nng_http_status
alias nng_http_status = libnng.nng_http_status
Undocumented in source.
nng_pool_callback
alias nng_pool_callback = void function(NNGMessage*, void*)
Undocumented in source.
nng_tls_auth_mode
alias nng_tls_auth_mode = libnng.nng_tls_auth_mode
Undocumented in source.
nng_tls_mode
alias nng_tls_mode = libnng.nng_tls_mode
Undocumented in source.
nng_tls_version
alias nng_tls_version = libnng.nng_tls_version
Undocumented in source.
toString
alias toString = nng_errstr
Undocumented in source.
webclienthandler
alias webclienthandler = void function(WebData*, void*)
Undocumented in source.
webhandler
alias webhandler = void function(WebData*, WebData*, void*)
Undocumented in source.

Enums

nng_property_base
enum nng_property_base
Undocumented in source.
nng_socket_state
enum nng_socket_state
Undocumented in source.
nng_socket_type
enum nng_socket_type
Undocumented in source.
nng_worker_state
enum nng_worker_state
Undocumented in source.

Functions

nng_pool_stateful
void nng_pool_stateful(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
nng_sleep
void nng_sleep(Duration val)
Undocumented in source. Be warned that the author may not have intended to support it.
ptr
T* ptr(T[] arr, size_t off)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString(nng_sockaddr a)
Undocumented in source. Be warned that the author may not have intended to support it.
webrouter
void webrouter(nng_aio* aio)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

infiniteDuration
enum infiniteDuration;
Undocumented in source.

Static functions

webclientrouter
void webclientrouter(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

NNGAio
struct NNGAio
Undocumented in source.
NNGMessage
struct NNGMessage
Undocumented in source.
NNGPool
struct NNGPool
Undocumented in source.
NNGPoolWorker
struct NNGPoolWorker
Undocumented in source.
NNGSocket
struct NNGSocket
Undocumented in source.
WebApp
struct WebApp
Undocumented in source.
WebAppConfig
struct WebAppConfig
Undocumented in source.
WebClient
struct WebClient
Undocumented in source.
WebClientAsync
struct WebClientAsync
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WebData
struct WebData
Undocumented in source.
WebTLS
struct WebTLS
Undocumented in source.

Meta