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

Add support for OPTIONS HTTP method. #39

Merged
merged 2 commits into from Dec 11, 2018
Merged

Conversation

alexkiro
Copy link
Contributor

This is useful for mocking preflighted requests in CORS, as browsers will send an OPTIONS request before doing an XHR.

@mmalecki
Copy link
Owner

Ah, good call! I often forget to test OPTIONS.

@mmalecki mmalecki merged commit de96c9c into mmalecki:master Dec 11, 2018
@mmalecki
Copy link
Owner

Merged, thanks Alexandru! I aim to release a new version soon after reviewing the other pull requests (about damn time ;) ), probably around Friday.

@alexkiro
Copy link
Contributor Author

Merged, thanks Alexandru! I aim to release a new version soon after reviewing the other pull requests (about damn time ;) ), probably around Friday.

Nice, thanks for the library! It's really useful ! 👍

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

2 participants