Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SergejJurecko/mio_httpc
/ functions
Functions
437 in github.com/SergejJurecko/mio_httpc
⨍
Functions
437
◇
Types & classes
100
Method
set_https
(&mut self, v: bool)
src/types.rs:577
Method
set_https
Default: false Use https for call.
src/api/builder.rs:105
Method
set_ndots
(&mut self, val: ::std::os::raw::c_uint)
src/resolve/apple.rs:223
Method
set_nsort
(&mut self, val: ::std::os::raw::c_uint)
src/resolve/apple.rs:234
Method
set_truncated
(data: &mut [u8])
src/dns_parser/header.rs:97
Method
shutdown
(&mut self)
src/tls_api/native.rs:85
Method
shutdown
(&mut self)
src/tls_api/openssl.rs:96
Method
shutdown
(&mut self)
src/tls_api/mod.rs:67
Method
shutdown
(&mut self)
src/tls_api/rustls.rs:190
Method
signalled
(&mut self, cp: &mut CallParam)
src/connection.rs:331
Method
size
()
src/dns_parser/header.rs:101
Method
start_lookup
( ipv4: bool, srvs: &[SocketAddr], host: &str, )
src/resolve/mod.rs:129
Method
supported_verify_schemes
(&self)
src/tls_api/rustls.rs:339
Function
test_auth
()
src/types.rs:724
Function
test_cache
()
src/resolve/cache.rs:87
Method
timeout
Call periodically to check for call timeouts and DNS retries. Returns list of calls that have timed out. You must execute call_close yourself (or Simp
src/api/default.rs:211
Method
timeout_extend
(&mut self, now: Instant, out: &mut Vec<CallRef>)
src/connection.rs:702
Method
timeout_extend
Same as timeout except that timed out calls get appended. This way you can reuse old allocations (if you truncated to 0).
src/api/default.rs:217
Method
timeout_extend
Same as timeout except that timed out calls get appended. This way you can reuse old allocations (if you truncated to 0).
src/api/builder.rs:391
Method
timeout_ms
Default 60s Maximum amount of time a call should last.
src/api/default.rs:133
Method
timeout_ms
Default 60s Maximum amount of time a call should last. Make sure to call Httpc::timeout!
src/api/builder.rs:296
Method
try_truncate
(&mut self, call: &crate::Call, off: &mut usize)
src/connection.rs:753
Method
try_truncate
(&mut self, off: &mut usize)
src/call.rs:130
Method
try_truncate
(&mut self, call: &crate::Call, off: &mut usize)
src/httpc.rs:201
Method
try_truncate
(&mut self, id: &crate::Call, off: &mut usize)
src/api/builder.rs:362
Method
uri
Set URI for call.
src/api/default.rs:64
Method
url
Set full URL. If not valid it will return error. Be mindful of characters that need to be percent encoded. Using https, path_segm, query and auth func
src/api/builder.rs:178
Method
verify_server_cert
( &self, end_entity: &rustls::pki_types::CertificateDer<'_>,
src/tls_api/rustls.rs:303
Method
verify_tls12_signature
( &self, _message: &[u8], _cert: &rustls::pki_type
src/tls_api/rustls.rs:315
Method
verify_tls13_signature
( &self, _message: &[u8], _cert: &rustls::pki_type
src/tls_api/rustls.rs:327
Method
websocket
Consume and start a WebSocket CallBuilder is invalid after this call and will panic if used again.
src/api/default.rs:91
Method
websocket
Consume and start a WebSocket CallBuilder is invalid after this call and will panic if used again.
src/api/builder.rs:244
Method
write
(&mut self, buf: &[u8])
src/tls_api/native.rs:73
Method
write
(&mut self, buf: &[u8])
src/tls_api/openssl.rs:84
Method
write
(&mut self, buf: &[u8])
src/tls_api/mod.rs:114
Method
write
(&mut self, buf: &[u8])
src/tls_api/rustls.rs:166
Method
write_name
(buf: &mut [u8], mut off: usize, name: &str)
src/dns_parser/builder.rs:81
← previous
401–437 of 437, ranked by callers