Skip to content

Fix #49: add support for more HTTP methods #50

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

Merged
merged 3 commits into from
Jun 21, 2020

Conversation

Disinterpreter
Copy link
Member

fixes #49
In this version people can choose a type of request.
Available types:

1. GET
2. POST
3. HEAD
4. PUT
5. PATCH
6. DELETE
7. COPY
8. OPTIONS
9. LINK
10. UNLINK
11. PURGE
12. LOCK
13. UNLOCK
14. PROPFIND
15. VIEW

Same I allowed to using HTTPS protocol. (see comments in the code)

@Disinterpreter Disinterpreter requested a review from qaisjp June 21, 2020 08:15
@Disinterpreter Disinterpreter requested a review from qaisjp June 21, 2020 12:29
@qaisjp qaisjp changed the title HTTP ver2 Fix #49: add support for more HTTP methods Jun 21, 2020
@qaisjp qaisjp merged commit 2f86b10 into multitheftauto:develop Jun 21, 2020
@Disinterpreter Disinterpreter deleted the amx-native-http branch June 22, 2020 09: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.

HTTP HEAD
2 participants