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

Create a new AcceptEncoding header, and supporting structs/enums #70

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Mar 22, 2020

  1. inital commit, added fields to content_encoding, creating a QualityVa…

    …lue util type, creating a basic accept_encoding header that uses QualityValue
    ParkMyCar committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    d8ab6af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d14c19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0879ada View commit details
    Browse the repository at this point in the history
  4. updating comments

    ParkMyCar committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    aa46020 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. making the QualityValue in AcceptEncoding public, so an AcceptEncodin…

    …g header can be created from HeaderValue, moving the implementation details of QualityValue into a sealed mod
    ParkMyCar committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    23c78fa View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. Configuration menu
    Copy the full SHA
    2fe75b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Configuration menu
    Copy the full SHA
    56bed20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5eeb66f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd8f22f View commit details
    Browse the repository at this point in the history