Commit 4543a639 authored by Joson GE's avatar Joson GE

update 8

parent 884bcd00
...@@ -42,6 +42,26 @@ Configure route in the implemented package is important.For achieving this goal, ...@@ -42,6 +42,26 @@ Configure route in the implemented package is important.For achieving this goal,
@action: 'index' @action: 'index'
httpMethods: ['PUT'] httpMethods: ['PUT']
appendExceedingArguments: true appendExceedingArguments: true
```
## References
#### HTTP Status codes
```
https://httpstatuses.com/
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
```
#### HTTP Methods
```
http://www.tutorialspoint.com/restful/restful_methods.htm
http://www.restapitutorial.com/lessons/httpmethods.html
```
#### TYPO3 Flow route
```
http://flowframework.readthedocs.io/en/stable/TheDefinitiveGuide/PartIII/Routing.html
``` ```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment