Fish Touching🐟🎣

Web request

Apr 24, 2023

# GET

Two commands supported by HTTP include GET and POST.
GET allows a browser to ask for a page or file in a URL, and POST allows a browser to send additional data to the server that is hidden from the URL. Both of these are requests we can make to a server, which will provide a response in return.

HTTP Headers

# POST

# PATCH

The HTTP PATCH request method applies partial modifications to a resource.

The HEAD method asks for a response identical to a GET request, but without the response body.