A method to access a resource on the web by the HTTP protocol.
Codes of this Type
- DELETE
- Idempotent operation to delete a resource.
- GET
- Safe and idempotent operation to access a representation of a resource.
- POST
- Wildcard operation to execute a resource service.
- PUT
- Idempotent operation to replace a resource by providing a new representation.