-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Iván edited this page Jun 9, 2016
·
6 revisions
Welcome to the sdklib wiki!
HTTP method | RFC | Request has body | Resonse has body | Safe | Idempotent | Cacheable |
---|---|---|---|---|---|---|
GET | rfc7231 | No | Yes | Yes | Yes | Yes |
HEAD | rfc7231 | No | No | Yes | Yes | Yes |
POST | rfc7231 | yes | Yes | No | No | Yes |
PUT | rfc7231 | Yes | Yes | No | Yes | No |
DELETE | rfc7231 | No | Yes | No | Yes | No |
CONNECT | rfc7231 | Yes | Yes | No | No | No |
OPTIONS | rfc7231 | No | Yes | Yes | Yes | No |
TRACE | rfc7231 | No | Yes | Yes | Yes | No |
PATCH | rfc5789 | Yes | Yes | No | No | Yes |
- Add more clients:
- smtp,
- pop3,
- imap,
- icap.