* refactor: Use iox_http_util::Request instead of hyper::Request * refactor: Use iox_http_util::RequestBuilder instead of hyper::Request::builder * refactor: Use iox_http_util::empty_request_body instead of Body::empty * refactor: Use iox_http_util::bytes_to_request_body instead of Body::from * refactor: Use http_body::Body instead of hyper::body::HttpBody * refactor: Use iox_http_util::Response instead of hyper::Response * refactor: Use iox_http_util::ResponseBuilder instead of hyper::Response::builder * refactor: Use iox_http_util::empty_response_body instead of Body::empty * refactor: Use iox_http_util::bytes_to_response_body instead of Body::from * refactor: Use iox_http_util::stream_results_to_response_body instead of Body::wrap_stream * refactor: Use the read_body_bytes_for_tests helper fn |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |