-
Notifications
You must be signed in to change notification settings - Fork 3
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
Request methods #44
Comments
manuelmerkel
added a commit
that referenced
this issue
Oct 17, 2022
danielabajirov
added a commit
that referenced
this issue
Oct 18, 2022
…erkel/Projektarbeit-Master into rule/#44/request-methods
xJREB
pushed a commit
that referenced
this issue
Aug 25, 2023
Former-commit-id: a7ceadbb8f1f0a1844777717568d5278bfa655be [formerly 681438c] Former-commit-id: 5b774428d0d43513dfdb8492a084bb2d181a80ae Former-commit-id: 2dec277b699168795c6c21e2405243177798bdcb [formerly 6e0bd89df40f934dc8cf0c8a3da2d26cbd8639a8] Former-commit-id: c541df926026bd3a0c796c8d01492c0aa97ecf38
xJREB
pushed a commit
that referenced
this issue
Aug 25, 2023
…erkel/Projektarbeit-Master into rule/#44/request-methods Former-commit-id: 556a750afb75c9c268776f118f8cb5ee7b4889e7 [formerly 6a05201] Former-commit-id: 0802e48671e359adf99f9812913596bbc29d6dd1 Former-commit-id: 942f86e9eab457f80bb7c100fd9feee200e3756d [formerly 7772093d87f590fd1b78e1986c3400ccac8b585f] Former-commit-id: e7a51bf54fd4ba5c05e2b35f37816f818e204bfd
xJREB
pushed a commit
that referenced
this issue
Aug 25, 2023
Rule/#44/request methods Former-commit-id: f5fce060c5bb5aa0859584ca1efa660ac688b93a [formerly 05e1b17] Former-commit-id: 3e0572e24f62e6f7dcc978e48c0d7c499e1a73b6 Former-commit-id: 63ee37b9b118e0f9c7b9e5ae2a4b9ed676ad9689 [formerly b543690068ba322f07be7381a63d1ee7637fc537] Former-commit-id: caffc6b99d4c1c72db931d071b7e9c02ff4a80b5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Based on the information in the description of each request, we can determine if the request type matches what is specified in the description.
Examples
In the first example, it is clear that it is a GET type request. The second example might be a little tricky, but "check" is a controller and thus a POST type request. The third example is complicated, but based on Mase's rules, this is a POST request because it has two controllers, which satisfies the POST request assumption. The last one is of type DELETE.
The text was updated successfully, but these errors were encountered: