Giter VIP home page Giter VIP logo

Comments (9)

klizhentas avatar klizhentas commented on August 27, 2024

great catch, I thought about, buffer is too generic though, I promise to rename it if you come up with a great name :-)

from oxy.

bradgignac avatar bradgignac commented on August 27, 2024

StreamBuffer

from oxy.

klizhentas avatar klizhentas commented on August 27, 2024

@bradgignac too long

from oxy.

klizhentas avatar klizhentas commented on August 27, 2024

streambuf?

from oxy.

jeremyschlatter avatar jeremyschlatter commented on August 27, 2024

oxybuf?

from oxy.

tv42 avatar tv42 commented on August 27, 2024

retry? gather?

from oxy.

John-Appleseed avatar John-Appleseed commented on August 27, 2024

buffer/buffer.go - Buffer request into memory or disk

Reads the entire request and response into buffer, optionally buffering it to disk for large requests.
Checks the buffer.Mem and buffer.Max for the requests and responses, rejecting in case if the buffer size was exceeded.
Changes request content-transfer-encoding from chunked and provides total buffer size to the handlers.


Ex.

buffer up to 2MB in memory

buffer.MemRequestBodyBytes(2 * 1024 * 1024)

buffer sounds great! when I'm reading the code as buffer.

code shift for readability

  • stream limits to buffer size

haven't read all the code yet, but I will PR the shift in code if sounds good in use

from oxy.

lunemec avatar lunemec commented on August 27, 2024

@archisgore renamed the package, maybe this could be closed?

from oxy.

archisgore avatar archisgore commented on August 27, 2024

I'm closing it. Please reopen if something is amiss.

from oxy.

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.