hyper icon indicating copy to clipboard operation
hyper copied to clipboard

An HTTP library for Rust

Results 269 hyper issues
Sort by recently updated
recently updated
newest added

This is to discuss adding support for accessing 1xx informational responses on the client side (see #2426 for server side). Currently, hyper parses all 1xx responses and ignores them, as...

A-client
C-feature
E-medium
B-rfc

I'd like to use `CONNECT` method with HTTP (at least with 1.1, and, ideally with 2). However, I don't think there's a way to unwrap the underlying stream from HTTP...

A-client
E-easy
A-docs

We have in hyper a HTTP1 header read timeout (which is strangely not available for HTTP?) and this works great... if the client sends at least one byte (or a...

C-feature

**Version** 1.0 **Description** It's pretty much impossible to update hyper/http to 1.0 for some complex projects that relied heavily on the implementation of Client/HttpConnector since it's not documented how to...

C-bug

**Version** Latest **Platform** All **Description** The docs for `hyper_clientconn_handshake` say "Both the `io` and the `options` are consumed in this function call." But the code looks like this: ```rust fn...

C-bug
A-ffi

A client request must transmit the URI as absolute path and the authority in the `Host` header. Only when the request goes via a HTTP proxy, the URI in the...

When documenting the FFI API (#3424), one thing I found confusing is that the `*hyper_task` type has two different purposes: 1. It can be added to an executor to be...

C-feature
A-ffi

This PR is a duplicate of https://github.com/hyperium/hyper/pull/2484 which I'd like to use, but is closed. (I've minorly changed it such that we bind to the interface before we bind to...

This fixes compilation on ESP-IDF target

`hyper::upgrade` module require `tokio` dependency, which is not used in the other default feature. And the module seems to be a little bit more additional feature comparing to other default...