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

Add support for \t in content-type header #814

Closed
wants to merge 6 commits into from
Closed

Add support for \t in content-type header #814

wants to merge 6 commits into from

Commits on Nov 10, 2023

  1. Add support for XML parsing in attributes (#1)

    * add support for XML payload
    
    * add xml checks
    
    * updated Changelog
    
    * added test case
    
    * fixed mime type checking
    
    * improved backward compatibility
    
    ---------
    
    Co-authored-by: rg2011 <[email protected]>
    rg2011 and gavinlam authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    8541224 View commit details
    Browse the repository at this point in the history
  2. Fix/support xml (#2)

    * add support for XML payload
    
    * add xml checks
    
    * updated Changelog
    
    * added test case
    
    * fixed mime type checking
    
    * improved backward compatibility
    
    * added cleanup of namespaces
    
    * fix upload package lock
    
    ---------
    
    Co-authored-by: rg2011 <[email protected]>
    rg2011 and gavinlam authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    727d6eb View commit details
    Browse the repository at this point in the history
  3. Fix/some (#3)

    * fix issue
    
    * use synchronous error notif
    
    ---------
    
    Co-authored-by: rg2011 <[email protected]>
    rg2011 and gavinlam authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    f190682 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    da0be9b View commit details
    Browse the repository at this point in the history
  2. consistent header requirements

    remove redundant test
    
    updated comments
    
    fix typo
    
    support xml bindings
    
    removed uneeded feature
    
    removed unneeded error condition
    
    simplified conditions
    
    undo uneeded changes
    rg2011 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    f6ccfa4 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. fied bug

    rg2011 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    0b599bf View commit details
    Browse the repository at this point in the history