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

allow setting an explicit multipart boundary via headers #2278

Merged
merged 21 commits into from Aug 15, 2022

Commits on Jun 23, 2022

  1. Configuration menu
    Copy the full SHA
    2688326 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b80b96d View commit details
    Browse the repository at this point in the history
  3. more tests

    adriangb committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    5dd17fa View commit details
    Browse the repository at this point in the history
  4. Merge branch 'explicit-boundry' of https://github.com/adriangb/httpx

    …into explicit-boundry
    adriangb committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    68ffbba View commit details
    Browse the repository at this point in the history
  5. add failing test

    adriangb committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    c6e4cdf View commit details
    Browse the repository at this point in the history
  6. error if missing boundary

    adriangb committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    20050f0 View commit details
    Browse the repository at this point in the history
  7. remove unused import

    adriangb committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    e4275c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. Configuration menu
    Copy the full SHA
    aa48d29 View commit details
    Browse the repository at this point in the history
  2. be more lax

    adriangb committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    fabb049 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

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

Commits on Jul 2, 2022

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

Commits on Jul 20, 2022

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

Commits on Aug 13, 2022

  1. Configuration menu
    Copy the full SHA
    c845de0 View commit details
    Browse the repository at this point in the history
  2. add comment

    adriangb committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    004a81d View commit details
    Browse the repository at this point in the history
  3. move multipart parsing

    adriangb committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    2a1e043 View commit details
    Browse the repository at this point in the history
  4. minimize changes

    adriangb committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    5c301cc View commit details
    Browse the repository at this point in the history
  5. handle quoted boundary

    adriangb committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    38d5357 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. lint

    adriangb committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    424beb3 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. remove support for '

    adriangb committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    c78fa10 View commit details
    Browse the repository at this point in the history
  2. Update httpx/_multipart.py

    Co-authored-by: Jean Hominal <jhominal@gmail.com>
    adriangb and jhominal committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    899c820 View commit details
    Browse the repository at this point in the history
  3. lint

    adriangb committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    74de494 View commit details
    Browse the repository at this point in the history