Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Truncating response body #55

Open
wants to merge 3 commits into
base: 1.x
Choose a base branch
from

Commits on Mar 7, 2024

  1. Testing for empty body on cache hit

    Adding tests ETag and Last-Modified to ensure the
    response body shouldn't send data when their is a
    cache hit.
    JimTools committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    dd956e4 View commit details
    Browse the repository at this point in the history
  2. Replace response body on cache hit

    Replacing the response body on cache hits to reduce data transmission
    JimTools committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    674fd7d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Removing unused import

    Removig StreamFactory as it's not used.
    JimTools committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    5693234 View commit details
    Browse the repository at this point in the history