This message type is used when uploading data files to a web server.
- GET
- POST
- PUT
Explanation: HTTP uses the POST message to upload data files to a web server. The GET message is used by clients to request data and the PUT message is used to upload content such as images.
Related exam: 15.3.5 Check Your Understanding - Web and Email Protocols
