When you search for a specific item, or set of items, from a website, you are making an HTTP GET method.
Example: An account login on a website is an example of a request using the HTTP POST method.
Connection to a web server uses HTTP.
Python Requests Library
Postman
Browser extension ... Firefox and/or chrome
Dynamic appliation security testing (DAST) tools connect over HTTP.