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.0.4) #3923

Merged
merged 7 commits into from
Jun 23, 2024

Commits on Jun 19, 2024

  1. Start consolidating media / encoding guidance

    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 19, 2024
    Configuration menu
    Copy the full SHA
    72f0aa6 View commit details
    Browse the repository at this point in the history
  2. Add section titles, fix levels

    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 19, 2024
    Configuration menu
    Copy the full SHA
    7636fbf View commit details
    Browse the repository at this point in the history
  3. Consolidating form guidance: Media Type Object

    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 19, 2024
    Configuration menu
    Copy the full SHA
    fd71328 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Re-organize form-urlencoded guidance

    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 20, 2024
    Configuration menu
    Copy the full SHA
    8cdbf83 View commit details
    Browse the repository at this point in the history
  2. Reorganize multipart/form-data guidance

    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 Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d8f0140 View commit details
    Browse the repository at this point in the history
  3. Fix base64 encoding example for URL quoting

    I forgot to run the example through URL quoting, which is necessary.
    handrews committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e8cc358 View commit details
    Browse the repository at this point in the history
  4. Restore note about contentMediaType

    I did not mean to remove this.
    handrews committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    cf3e5f3 View commit details
    Browse the repository at this point in the history