Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
REST_Implementation
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Typo3
REST_Implementation
Commits
4543a639
Commit
4543a639
authored
Jul 13, 2016
by
Joson GE
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update 8
parent
884bcd00
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
1 deletion
+21
-1
README.md
README.md
+21
-1
No files found.
README.md
View file @
4543a639
...
...
@@ -42,6 +42,26 @@ Configure route in the implemented package is important.For achieving this goal,
@action: 'index'
httpMethods: ['PUT']
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
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment