Please enable JavaScript.
Coggle requires JavaScript to display documents.
Postman (HTTP (Status Codes (Codes List (5xx (Server Error): The server…
Postman
HTTP
Status Codes
-
Codes List
-
-
-
2xx (Successful): The request was successfully received, understood, and accepted
1xx (Informational): The request was received, continuing process
Headers
- send by request and response
- those are string key-value pairs
-
Body
- can be part of request or response
- something that we want to send to server (request)
or something that server will send to us (response)
Methods
- types of actions that can be performed on different resources
Methods List
-
POST (add, create, insert)
-
-
-
-
-
-
-
-
POSTMAN
- an application that allows you to send different kind of requests (HTTP client)
-
-