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

HTTP/3 flow #2403

Merged
merged 38 commits into from May 24, 2022
Merged

HTTP/3 flow #2403

merged 38 commits into from May 24, 2022

Conversation

ahopkins
Copy link
Member

@ahopkins ahopkins commented Feb 23, 2022

This PR is meant to establish the proper request/response flow using HTTP/3.

@ahopkins ahopkins changed the base branch from main to http3 February 23, 2022 08:01
ahopkins and others added 28 commits February 23, 2022 14:42
Co-authored-by: Ryu juheon <saidbysolo@gmail.com>
Co-authored-by: Adam Hopkins <adam@amhopkins.com>
Co-authored-by: Callum Fleming <howzitcal@zohomail.com>
Co-authored-by: Adam Hopkins <adam@amhopkins.com>
Co-authored-by: Adam Hopkins <adam@amhopkins.com>
Co-authored-by: Adam Hopkins <adam@amhopkins.com>
Co-authored-by: Adam Hopkins <adam@amhopkins.com>
Co-authored-by: Adam Hopkins <adam@amhopkins.com>
Co-authored-by: Adam Hopkins <adam@amhopkins.com>
* task(request.form): Add tests for blank values

* fix(request): abstract form property to implement get_form(), allow for preserving of blanks

* fix(request): hinting for parsed_form

* fix(request): typing for parsed_files

* fix(request): ignore type assumption

* fix(request): mypy typechecking caused E501 when type set to ignore

* fix(request): mypy is too stupid to parse continuations

* fix(request): formatting

* fix(request): fix annotation and return for get_form()

* fix(request): linting, hinting
Co-authored-by: Adam Hopkins <adam@amhopkins.com>
@ahopkins ahopkins marked this pull request as ready for review May 24, 2022 10:46
@ahopkins ahopkins requested review from a team as code owners May 24, 2022 10:46
@ahopkins ahopkins merged commit 92d2f41 into http3 May 24, 2022
@ahopkins ahopkins deleted the http3-flow branch May 24, 2022 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet