tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
WebClientAsync
nngd
nngd
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
WebClientAsync {
char
*
uri
;
nng_http_req
*
req
;
nng_http_res
*
res
;
nng_aio
*
aio
;
void
*
context
;
webclienthandler
commonhandler
;
webclienthandler
errorhandler
;
}
Members
Variables
aio
nng_aio
*
aio
;
Undocumented in source.
commonhandler
webclienthandler
commonhandler
;
Undocumented in source.
context
void
*
context
;
Undocumented in source.
errorhandler
webclienthandler
errorhandler
;
Undocumented in source.
req
nng_http_req
*
req
;
Undocumented in source.
res
nng_http_res
*
res
;
Undocumented in source.
uri
char
*
uri
;
Undocumented in source.
Meta
Source
See Implementation
nngd
nngd
aliases
http_status
nng_aio_cb
nng_errno
nng_errstr
nng_http_req
nng_http_res
nng_http_status
nng_pool_callback
nng_tls_auth_mode
nng_tls_mode
nng_tls_version
toString
webclienthandler
webhandler
enums
nng_property_base
nng_socket_state
nng_socket_type
nng_worker_state
functions
nng_pool_stateful
nng_sleep
ptr
webrouter
manifest constants
infiniteDuration
static functions
webclientrouter
structs
NNGAio
NNGMessage
NNGPool
NNGPoolWorker
NNGSocket
WebApp
WebAppConfig
WebClient
WebClientAsync
WebData
WebTLS