Code Monkey home page Code Monkey logo

Comments (6)

Nehliin avatar Nehliin commented on September 18, 2024 1

Hi, I would like to help with this as a learning experience if that's okay? I looked at the example code from the Tide implementation and will plan to use that as inspiration. The end goal would be something like:

 let string = surf::get(uri)
    .middleware(ResponseCompression::default())
    .recv_string().await?;

I used the name ResponseCompression (Happy to change it if you want) since I assumed this would not handle compression of the body for the outgoing request, just the response back and set the Accept-Encoding headers for the outgoing request. The middleware would set the header with br, gzip, zstd and deflate and then decode the server response.

To test this I thought I could implement a stub HttpClient that could just respond with compressed data. Have I understood the issue correctly? Or did you mean that the middleware also should handle compression for outgoing requests and then set the Content-Encoding header for the request?

from surf.

Nehliin avatar Nehliin commented on September 18, 2024 1

Okay great! I'll start this week

from surf.

Nehliin avatar Nehliin commented on September 18, 2024 1

I didn't quite have as much time this week as I wished but I thought I might give some status update at least. I have implemented a first version of the middleware but polish is still needed before I'll have a PR up. I have also implemented the StubClient which tests the decompression and that the right headers are set. I will write some more tests and clean the code up a bit afterwards. I sure have a lot to learn working with streams so I would love to get some feedback to make it more idiomatic when I have something to show you.

from surf.

Nehliin avatar Nehliin commented on September 18, 2024 1

I changed my mind and thought I'd put up a WIP PR instead of trying to fix everything in isolation, the earlier the feedback the better!

from surf.

yoshuawuyts avatar yoshuawuyts commented on September 18, 2024

@Nehliin That would be fantastic, thanks! I feel like you're mostly on the right path here for sure!

Or did you mean that the middleware also should handle compression for outgoing requests and then set the Content-Encoding header for the request?

This isn't quite possible unfortunately because by default we can't know what the client accepts. HTTP/2 applies some compression by default to circumvent this, so I wouldn't worry too much about it. Decompressing server responses is by far the right priority here!

from surf.

yoshuawuyts avatar yoshuawuyts commented on September 18, 2024

@Nehliin yay, thanks for the update! -- and yeah for sure, happy to give feedback!

from surf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.