Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Add OPTIONS and CONNECT to HttpMethod #79

Merged
merged 2 commits into from
Sep 8, 2023

Conversation

ikhoon
Copy link
Contributor

@ikhoon ikhoon commented Sep 4, 2023

HttpMethod does not have the standard OPTIONS which can be used CORS and HTTP/2 Upgrade.
https://datatracker.ietf.org/doc/html/rfc7540#section-3.2

an OPTIONS request can be used to perform the upgrade to
HTTP/2, at the cost of an additional round trip.

`HttpMethod` does not have the standard [OPTIONS](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/OPTIONS)
which can be used CORS and HTTP/2 Upgrade.
https://datatracker.ietf.org/doc/html/rfc7540#section-3.2

> an OPTIONS request can be used to perform the upgrade to
> HTTP/2, at the cost of an additional round trip.
@ikhoon ikhoon changed the title Add OPTIONS to HttpMethod Add OPTIONS and CONNECT to HttpMethod Sep 4, 2023
@manusa manusa merged commit b96bcac into fabric8io:master Sep 8, 2023
@ikhoon ikhoon deleted the http-method-options branch September 15, 2023 06:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants