We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d243d4e commit 5073c51Copy full SHA for 5073c51
src/response.rs
@@ -29,7 +29,7 @@ impl Response {
29
S: TryInto<StatusCode>,
30
S::Error: Debug,
31
{
32
- let res = http_types::Response::new(status);
+ let res = http::Response::new(status);
33
Self {
34
res,
35
cookie_events: vec![],
0 commit comments