HTTP POST
POST introduced in HTTP 1.0:
- Sends unlimited information over a socket connection
- Usually used for large or sensitive information
- Can update a web application. Example: file uploading
HTTP 1.1 has 5 more methods (PUT, TRACE, DELETE, OPTIONS, and
HEAD) but in practice only GET and POST are used.