Giter VIP home page Giter VIP logo

Comments (2)

darkweak avatar darkweak commented on August 21, 2024

Hi @wazerstar you can define the cache directive in any blocks you want to cache.

from cache-handler.

francislavoie avatar francislavoie commented on August 21, 2024

As explained in https://caddy.community/t/add-userinput-in-url-in-between-url-content/15233/17, the answer is somewhere between "no" and "probably not".

The cache plugin is specifically tasked with buffering the entire response and storing it in a cache to save from having to rebuilt the response for subsequent requests.

You're talking about streams, which can't be buffered. That is fundamentally incompatible with response caching, because there's no predictable "end" to the response, since it's a continuous stream.

What you're asking would require a lot of very specific code and handling on both the client and server to deal with. It's not really something that could be done "generally" since it requires understanding of the underlying data being streamed to be done right. The proxy would need to keep a list of streams in memory and somehow "connect" the request to one of the existing streams.

So yeah, you'll have to write your own Caddy plugin if you absolutely need this (or pay someone to do so), but I don't think you'll find a existing solution at this point because your requirement is very unique and specialized.

(I think this can be closed)

from cache-handler.

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.