Skip to content

feat: add QUERY HTTP method support per RFC 10008#350

Open
ajaymahadeven wants to merge 2 commits into
Azure:devfrom
ajaymahadeven:feature/http-query-method-rfc10008
Open

feat: add QUERY HTTP method support per RFC 10008#350
ajaymahadeven wants to merge 2 commits into
Azure:devfrom
ajaymahadeven:feature/http-query-method-rfc10008

Conversation

@ajaymahadeven

Copy link
Copy Markdown

Adds HttpMethod.QUERY to the HttpMethod enum so Azure Functions HTTP triggers can declare and handle the new QUERY method (RFC 10008), which provides a safe, read-only alternative to POST for requests requiring a body.

Adds HttpMethod.QUERY to the HttpMethod enum so Azure Functions HTTP
triggers can declare and handle the new QUERY method (RFC 10008), which
provides a safe, read-only alternative to POST for requests requiring a
body.
@ajaymahadeven

Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree

@ajaymahadeven

Copy link
Copy Markdown
Author

@ajaymahadeven please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.

@microsoft-github-policy-service agree [company="{your company}"]

Options:

  • (default - no company specified) I have sole ownership of intellectual property rights to my Submissions and I am not making Submissions in the course of work for my employer.
@microsoft-github-policy-service agree
  • (when company given) I am making Submissions in the course of work for my employer (or my employer has intellectual property rights in my Submissions by contract or applicable law). I have permission from my employer to make Submissions and enter into this Agreement on behalf of my employer. By signing below, the defined term “You” includes me and my employer.
@microsoft-github-policy-service agree company="Microsoft"

Contributor License Agreement

@microsoft-github-policy-service agree

Adds two tests: one verifying HttpRequestConverter correctly passes
through a QUERY request with a body, and one verifying HttpTrigger
accepts HttpMethod.QUERY in its methods binding.
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.

1 participant