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 basic support for non-POST HTTP Methods #152

Merged
merged 7 commits into from
Oct 5, 2023
Merged

Conversation

GollyTicker
Copy link
Collaborator

@GollyTicker GollyTicker commented Sep 29, 2023

  • add test cases
    • all existing requests should also work with get
    • omitting body only possible wit get and not with post
    • ensure, that all new edge cases are handled with tests
    • extend native tests to also include a get request
    • make use of the new http endpoints in the server
  • discuss changes with users
  • update binary documentation
  • update test documentation with new test setup changes
  • merge and release

@GollyTicker GollyTicker linked an issue Sep 29, 2023 that may be closed by this pull request
@GollyTicker GollyTicker force-pushed the 129-get-requests branch 4 times, most recently from 6fb882e to b3b7586 Compare October 4, 2023 10:49
@GollyTicker GollyTicker force-pushed the 129-get-requests branch 4 times, most recently from c6da67d to b6adc3c Compare October 4, 2023 21:50
@GollyTicker GollyTicker force-pushed the 129-get-requests branch 2 times, most recently from c13d436 to b6be68c Compare October 5, 2023 09:22
@GollyTicker GollyTicker merged commit 5852fee into main Oct 5, 2023
9 checks passed
@GollyTicker GollyTicker deleted the 129-get-requests branch October 5, 2023 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Example for GET requests without request-type and data-text
1 participant