HTTP Messages
- •
What it is
- •
requests communicate what the client wants; responses communicate the server's result and any returned representation
- •
- •
- •
- •
Useful statuses
- •
Caution
- •
200does not prove that the client can decode or correctly interpret the returned content
- •
- •
Related