Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: http-rs/http-types
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: http-rs/http-types
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: typed-headers
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 64 files changed
  • 1 contributor

Commits on Feb 7, 2022

  1. init typed headers

    yoshuawuyts committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    324e947 View commit details
    Browse the repository at this point in the history
  2. done for the day

    next up: try to use a typemap for the headers
    yoshuawuyts committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    c99a9e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. Replace the use of "header" terminology with "field"

    From https://www.rfc-editor.org/rfc/rfc9110.html#section-6.3:
    
    > 6.3. Header Fields
    > Fields (Section 5) that are sent or received before the content are referred to as  "header fields" (or just "headers", colloquially).
    
    > The "header section" of a message consists of a sequence of header field lines. Each header field might modify or extend message semantics, describe the sender, define the content, or provide additional context.
    
    > Note: We refer to named fields specifically as a "header field" when they are only allowed to be sent in the header section.
    
    This means that our use of "header" is currently wrong. Because "fields" can be sent in both the headers and trailers section, solely referring to them as "headers" is wrong. We can work around confusion by linking to "headers" using a doc alias.
    yoshuawuyts committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    d912010 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. update more header stuff

    yoshuawuyts committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    a9fc359 View commit details
    Browse the repository at this point in the history
  2. use const FIELD_NAME

    yoshuawuyts committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    04953ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe27416 View commit details
    Browse the repository at this point in the history
  4. rename stuffs

    yoshuawuyts committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    7a1a518 View commit details
    Browse the repository at this point in the history
  5. add typed insert methods

    yoshuawuyts committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    b0c50be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb1f011 View commit details
    Browse the repository at this point in the history
Loading