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

Support http OPTIONS #802

Merged
merged 3 commits into from
May 29, 2020
Merged

Support http OPTIONS #802

merged 3 commits into from
May 29, 2020

Conversation

iamdanfox
Copy link
Contributor

Before this PR

https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/OPTIONS is an HTTP verb that all of our servers implement because browser CORS preflight requests require it. Just like 'PATCH', I'm not intending this to be usable from conjure defined APIs, but it will be a useful implementation detail of the $ saving PR: #794

After this PR

==COMMIT_MSG==
Endpoints can now specify http OPTIONS verb
==COMMIT_MSG==

Possible downsides?

@changelog-app
Copy link

changelog-app bot commented May 29, 2020

Generate changelog in changelog/@unreleased

Type

  • Feature
  • Improvement
  • Fix
  • Break
  • Deprecation
  • Manual task
  • Migration

Description

Endpoints can now specify http OPTIONS verb

Check the box to generate changelog(s)

  • Generate changelog entry

@policy-bot policy-bot bot requested a review from ferozco May 29, 2020 14:29
@ferozco
Copy link
Contributor

ferozco commented May 29, 2020

👍

@bulldozer-bot bulldozer-bot bot merged commit e674618 into develop May 29, 2020
@bulldozer-bot bulldozer-bot bot deleted the dfox/options branch May 29, 2020 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants