http requests methods

Solutions on MaxInterview for http requests methods by the best coders in the world

showing results for - "http requests methods"
Manuela
08 Jan 2017
1GET /users/<user_id> - return the information for <user_id>
2POST /users/<user_id> - modify/update the information for <user_id> by providing the data
3PUT - I will omit this for now as it is similar enough to `POST` at this level of depth
4DELETE /users/<user_id> - delete user with ID <user_id> 
5
Nahel
07 Jan 2017
1      - Annotation of existing resources;
2
similar questions
types of html requests