Coder Social home page Coder Social logo

gzip compression about gcsf HOT 7 OPEN

harababurel avatar harababurel commented on May 23, 2024
gzip compression

from gcsf.

Comments (7)

briankabiro avatar briankabiro commented on May 23, 2024

Hi, @harababurel. I would like to pick this up. 😃

from gcsf.

harababurel avatar harababurel commented on May 23, 2024

Great news! Let me know if I can be of any help.

from gcsf.

briankabiro avatar briankabiro commented on May 23, 2024

Noticed that we use hyper for network requests and that we'll have to pass the headers on every request that we make to Google Drive. Looking at how I can do that now.

Did you have any ideas on the approach to take?

from gcsf.

MatMercer avatar MatMercer commented on May 23, 2024

type GCDrive = drive3::Drive<GCClient, GCAuthenticator>;

gcsf uses hyper with the google_drive3 Crate, I don't see how we can add the gzip. I've only found something related to gzip in the hyper Crate here:

https://github.com/hyperium/hyper/blob/d42c983e3bfa2983bd563705e4cb76ad865a856c/src/proto/h1/role.rs#L801

I hope this helps!

from gcsf.

briankabiro avatar briankabiro commented on May 23, 2024

Thanks for the pointer!

I think the link shows that we can indeed use gzip by appending it to the headers when forming the request. The piece of code in the snippet checks that chunked is appended to Transfer Encoding when it is passed in as a header.

Gotten this from req.headers_mut().insert("content-type", HeaderValue::from_str("application/json")?); from the Hyper docs. Looking at how to integrate it with what we have.

from gcsf.

briankabiro avatar briankabiro commented on May 23, 2024

Haven't gotten any further with this, @harababurel - apologies for not speaking up sooner.

from gcsf.

harababurel avatar harababurel commented on May 23, 2024

No worries -- I haven't had much time lately to work on the project either.

from gcsf.

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.