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

Enhancement: Brotli compression middleware #252

Merged
merged 8 commits into from
Jul 9, 2022
Merged

Enhancement: Brotli compression middleware #252

merged 8 commits into from
Jul 9, 2022

Commits on Jul 8, 2022

  1. FEATURE: Added compression middleware abstraction.

    - Supports gzip
    - Optionally use brotli with a gzip fallback.
    cofin committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    6de2fb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. FIX: Updated logic for custom dict. linting fixes.

    - PyProject addition to cover this vscode error: pydantic/pydantic#1961
    cofin committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    c11b0d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    540a06e View commit details
    Browse the repository at this point in the history
  3. FIX: ignore fstring in logging

    cofin committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    0ee4ad9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    360ed13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58b49e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3ced6f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ffbd8d1 View commit details
    Browse the repository at this point in the history