Xuanwo

Results 1634 comments of Xuanwo

Not used so far. Feel free to re-open it when needed.

Add new task: Add test for TSV

All issues resolved. Let's close!

> 1. Add a `pub(crate) fn ffi() -> Body` that just starts the type like this Let me give this a try!

Hi, @seanmonstar. I'm trying to work on the `Remove Body's Once variant`. However, I met a problem on the `ffi` part: ```rust ffi_fn! { /// Construct a new HTTP request....

```rust pub fn get(&self, uri: Uri) -> ResponseFuture where B: Default, ``` `Client::get` needs `B: Default`, do we need to remove this API? (This will break many code)

I'm feeling challenged to migrate tests like `http2_detect_conn_eof`. Can you give me some help? In those tests, both request and response depend on `hpyer::Body` (so does `Body::empty()`), I can't replace...

Let's me have a try.