MCPcopy Create free account

hub / github.com/SergejJurecko/mio_httpc / functions

Functions437 in github.com/SergejJurecko/mio_httpc

Methodset_https
(&mut self, v: bool)
src/types.rs:577
Methodset_https
Default: false Use https for call.
src/api/builder.rs:105
Methodset_ndots
(&mut self, val: ::std::os::raw::c_uint)
src/resolve/apple.rs:223
Methodset_nsort
(&mut self, val: ::std::os::raw::c_uint)
src/resolve/apple.rs:234
Methodset_truncated
(data: &mut [u8])
src/dns_parser/header.rs:97
Methodshutdown
(&mut self)
src/tls_api/native.rs:85
Methodshutdown
(&mut self)
src/tls_api/openssl.rs:96
Methodshutdown
(&mut self)
src/tls_api/mod.rs:67
Methodshutdown
(&mut self)
src/tls_api/rustls.rs:190
Methodsignalled
(&mut self, cp: &mut CallParam)
src/connection.rs:331
Methodsize
()
src/dns_parser/header.rs:101
Methodstart_lookup
( ipv4: bool, srvs: &[SocketAddr], host: &str, )
src/resolve/mod.rs:129
Methodsupported_verify_schemes
(&self)
src/tls_api/rustls.rs:339
Functiontest_auth
()
src/types.rs:724
Functiontest_cache
()
src/resolve/cache.rs:87
Methodtimeout
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
Methodtimeout_extend
(&mut self, now: Instant, out: &mut Vec<CallRef>)
src/connection.rs:702
Methodtimeout_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
Methodtimeout_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
Methodtimeout_ms
Default 60s Maximum amount of time a call should last.
src/api/default.rs:133
Methodtimeout_ms
Default 60s Maximum amount of time a call should last. Make sure to call Httpc::timeout!
src/api/builder.rs:296
Methodtry_truncate
(&mut self, call: &crate::Call, off: &mut usize)
src/connection.rs:753
Methodtry_truncate
(&mut self, off: &mut usize)
src/call.rs:130
Methodtry_truncate
(&mut self, call: &crate::Call, off: &mut usize)
src/httpc.rs:201
Methodtry_truncate
(&mut self, id: &crate::Call, off: &mut usize)
src/api/builder.rs:362
Methoduri
Set URI for call.
src/api/default.rs:64
Methodurl
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
Methodverify_server_cert
( &self, end_entity: &rustls::pki_types::CertificateDer<'_>,
src/tls_api/rustls.rs:303
Methodverify_tls12_signature
( &self, _message: &[u8], _cert: &rustls::pki_type
src/tls_api/rustls.rs:315
Methodverify_tls13_signature
( &self, _message: &[u8], _cert: &rustls::pki_type
src/tls_api/rustls.rs:327
Methodwebsocket
Consume and start a WebSocket CallBuilder is invalid after this call and will panic if used again.
src/api/default.rs:91
Methodwebsocket
Consume and start a WebSocket CallBuilder is invalid after this call and will panic if used again.
src/api/builder.rs:244
Methodwrite
(&mut self, buf: &[u8])
src/tls_api/native.rs:73
Methodwrite
(&mut self, buf: &[u8])
src/tls_api/openssl.rs:84
Methodwrite
(&mut self, buf: &[u8])
src/tls_api/mod.rs:114
Methodwrite
(&mut self, buf: &[u8])
src/tls_api/rustls.rs:166
Methodwrite_name
(buf: &mut [u8], mut off: usize, name: &str)
src/dns_parser/builder.rs:81
← previous401–437 of 437, ranked by callers