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

Reorganize and streamline form media type guidance (3.1.1 modified port of 3923, 3929) #3937

Merged
merged 7 commits into from
Jul 11, 2024

Commits on Jun 23, 2024

  1. Start consolidating media / encoding guidance (3.1.1 port of 3923 1/6)

    This just moves (and occasionally copies) blocks of text and/or
    examples in preparation form more substantial streamlining.
    No modifications were made to any block.
    handrews committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    34cc0cb View commit details
    Browse the repository at this point in the history
  2. Add section titles, fix levels (3.1.1 port of 3923 2/6)

    Make the Parameter, Encoding, and Header Object fixed fields
    section organization the same in all three places, with the
    same levels of indentation.
    
    Add more headings under the Encoding Object for guidance on
    each form media type, and sub-headings for each example in
    each of those sections.
    
    This will make the diff for the next commit much more legible.
    handrews committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    9e07940 View commit details
    Browse the repository at this point in the history
  3. Consolidating form guidance: Media Type Object (3.1.1 port of 3923 3/6)

    This puts the useful part of the "An encoding attribute..."
    text into the fixed fields table, and removes the duplication.
    
    It also links the remaining stub or truncated sections to the
    information's new location under the Encoding Object.
    handrews committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    1371a93 View commit details
    Browse the repository at this point in the history
  4. Re-organize form-urlencoded guidance (3.1.1 port of 3923 4/6)

    This re-organizes and streamlines the form-urlencoded guidance
    that was consolidated from the Media Type Object.
    
    It also adds an example of a base64-encoded URL query parameter.
    handrews committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    4c988a2 View commit details
    Browse the repository at this point in the history
  5. Fix base64 encoding example for URL quoting (3.1.1 port of 2923 5/6)

    I forgot to run the example through URL quoting, which is necessary.
    handrews committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    f6c2164 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Reorganize multipart/form-data guidance (3.1.1 port of 3923 6/6, 3929)

    This organizes and streamlines the guidance on multipart
    that was incorporated from the Media Type Object.
    
    Lots of duplication has been removed, and the examples
    reworked to show distinct use cases.
    handrews committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f913074 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

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