List of all items
Structs
- Error
- body::Bytes
- body::Frame
- body::Incoming
- body::SizeHint
- client::conn::TrySendError
- client::conn::http1::Builder
- client::conn::http1::Connection
- client::conn::http1::Parts
- client::conn::http1::SendRequest
- client::conn::http2::Builder
- client::conn::http2::Connection
- client::conn::http2::SendRequest
- ext::Protocol
- ext::ReasonPhrase
- ffi::hyper_body
- ffi::hyper_buf
- ffi::hyper_clientconn
- ffi::hyper_clientconn_options
- ffi::hyper_context
- ffi::hyper_error
- ffi::hyper_executor
- ffi::hyper_headers
- ffi::hyper_io
- ffi::hyper_request
- ffi::hyper_response
- ffi::hyper_task
- ffi::hyper_waker
- rt::ReadBuf
- rt::ReadBufCursor
- server::conn::http1::Builder
- server::conn::http1::Connection
- server::conn::http1::Parts
- server::conn::http1::UpgradeableConnection
- server::conn::http2::Builder
- server::conn::http2::Connection
- upgrade::OnUpgrade
- upgrade::Parts
- upgrade::Upgraded
Enums
Traits
- body::Body
- body::Buf
- rt::Executor
- rt::Read
- rt::Sleep
- rt::Timer
- rt::Write
- rt::bounds::Http2ClientConnExec
- rt::bounds::Http2ServerConnExec
- service::HttpService
- service::Service
Functions
- client::conn::http1::handshake
- client::conn::http2::handshake
- ffi::hyper_body_data
- ffi::hyper_body_foreach
- ffi::hyper_body_free
- ffi::hyper_body_new
- ffi::hyper_body_set_data_func
- ffi::hyper_body_set_userdata
- ffi::hyper_buf_bytes
- ffi::hyper_buf_copy
- ffi::hyper_buf_free
- ffi::hyper_buf_len
- ffi::hyper_clientconn_free
- ffi::hyper_clientconn_handshake
- ffi::hyper_clientconn_options_exec
- ffi::hyper_clientconn_options_free
- ffi::hyper_clientconn_options_http1_allow_multiline_headers
- ffi::hyper_clientconn_options_http2
- ffi::hyper_clientconn_options_new
- ffi::hyper_clientconn_options_set_preserve_header_case
- ffi::hyper_clientconn_options_set_preserve_header_order
- ffi::hyper_clientconn_send
- ffi::hyper_context_waker
- ffi::hyper_error_code
- ffi::hyper_error_free
- ffi::hyper_error_print
- ffi::hyper_executor_free
- ffi::hyper_executor_new
- ffi::hyper_executor_poll
- ffi::hyper_executor_push
- ffi::hyper_headers_add
- ffi::hyper_headers_foreach
- ffi::hyper_headers_set
- ffi::hyper_io_free
- ffi::hyper_io_new
- ffi::hyper_io_set_read
- ffi::hyper_io_set_userdata
- ffi::hyper_io_set_write
- ffi::hyper_request_free
- ffi::hyper_request_headers
- ffi::hyper_request_new
- ffi::hyper_request_on_informational
- ffi::hyper_request_set_body
- ffi::hyper_request_set_method
- ffi::hyper_request_set_uri
- ffi::hyper_request_set_uri_parts
- ffi::hyper_request_set_version
- ffi::hyper_response_body
- ffi::hyper_response_free
- ffi::hyper_response_headers
- ffi::hyper_response_reason_phrase
- ffi::hyper_response_reason_phrase_len
- ffi::hyper_response_status
- ffi::hyper_response_version
- ffi::hyper_task_free
- ffi::hyper_task_set_userdata
- ffi::hyper_task_type
- ffi::hyper_task_userdata
- ffi::hyper_task_value
- ffi::hyper_version
- ffi::hyper_waker_free
- ffi::hyper_waker_wake
- service::service_fn
- upgrade::on