what are the HTTP idempotent and non-idempotent methods available as per RFC7231 by group?
methods:
GET, POST, PUT, OPTIONS, HEAD, DELETE, TRACE, CONNECT
what are the HTTP idempotent and non-idempotent methods available as per RFC7231 by group?
methods:
GET, POST, PUT, OPTIONS, HEAD, DELETE, TRACE, CONNECT
Idempotent http methods:
GET, PUT, OPTIONS, HEAD, DELETE, TRACE
Non-Idempotent http methods:
POST, CONNECT
Reference: Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content