Current Slide
Small screen detected. You are viewing the mobile version of SlideWiki. If you wish to edit slides you will need to use a larger device.
HTTP Request methods
- HTTP request methods indicate the desired action to be performed on the identified resource:
- GET
- Requests a representation of the specified resource. GET should not be used for operations that cause side-effects (problematic with robots and crawlers). Those operations are called safe operations.
- POST
- Submits data to be processed (e.g., from an HTML form) to the identified resource. The data is included in the body of the request.
- PUT
- Uploads a representation of the specified resource.
- DELETE
- Deletes the specified resource.
- GET
Speaker notes:
Content Tools
Tools
Sources (0)
Tags (0)
Comments (0)
History
Usage
Questions (0)
Playlists (0)
Quality
Sources
There are currently no sources for this slide.