Module: ServiceStack::HttpMethods
- Defined in:
- lib/servicestack/json_service_client.rb
Overview
HTTP Methods used by ServiceStack APIs.
Constant Summary collapse
- GET =
'GET'- POST =
'POST'- PUT =
'PUT'- PATCH =
'PATCH'- DELETE =
'DELETE'- OPTIONS =
'OPTIONS'- HEAD =
'HEAD'