← Learn/Web Server Explorer

Request Flow

💻

Client

GET

/api/v1/users

api.myapp.com

GET/api/v1/users
POST/api/v1/users
GET/api/v1/users/:id
PUT/api/v1/users/:id
PATCH/api/v1/users/:id
DELETE/api/v1/users/:id
GET/api/v1/posts
POST/api/v1/posts
GET/api/v1/posts/:id
DELETE/api/v1/posts/:id
GET
http://api.myapp.com/api/v1/users

List all users

Select an endpoint and hit Send

Watch the packet travel through the Client → Server diagram above, then the response comes back.