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: yhirose/cpp-httplib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mgaillard/cpp-httplib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 14, 2023

  1. parent 1ebb841

    author Mathieu Gaillard <[email protected]> 1678229209 -0800
    committer Mathieu Gaillard <[email protected]> 1689355104 -0700
    
    Fix multipart Content-Type headers with both boundary and charset parameters
    
    Improve code readability
    
    Add missing forward declaration
    
    Add tests for parsing multipart responses
    
    Change set_boundary to take r-values or l-values
    
    Improve the parsing of attributes name, filename and filename* in the multipart parser
    
    Use lowercase to compare attribute names
    
    Fix typos (#1517)
    
    Remove useless regex
    Mathieu Gaillard committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    176afc2 View commit details
    Browse the repository at this point in the history
  2. Add test that disappeared during rebase

    Mathieu Gaillard committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    2fc2604 View commit details
    Browse the repository at this point in the history
  3. Add parse_multipart_response() to allow clients to receive multipart …

    …answers, and allow testing of MultipartFormDataParser.
    Mathieu Gaillard committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    d55c52e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cb1b0e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a540a34 View commit details
    Browse the repository at this point in the history
  6. Add check for bad formatted headers in multipart responses

    Mathieu Gaillard committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    5a897a7 View commit details
    Browse the repository at this point in the history
Loading