Skip to main content

Module res

Module res 

Source

Re-exports§

pub use res::http_ok_static;
pub use res::http_ok_stream;
pub use res::http_no_content;
pub use res::http_created;
pub use res::http_accepted;
pub use res::http_partial_content;
pub use res::http_bad_static;
pub use res::http_unauthorized;
pub use res::http_forbidden;
pub use res::http_not_found;
pub use res::http_method_not_allowed;
pub use res::http_unsupported_media;
pub use res::http_too_many_requests;
pub use res::http_service_unavailable;
pub use res::http_server_error;
pub use res::send_file_fast;
pub use res::stream_file_chunked;
pub use res::send_file_range;
pub use res::http_brotli;
pub use res::http_lz4;
pub use res::parse_multipart_stream;
pub use res::parse_json_fast;
pub use res::parse_range;
pub use res::upload_with_progress;
pub use res::upload_streaming;

Modules§

res