HTTP: Beyond GET and POST

What else is there, and why do I care?

Typically, the first time you need anything beyond GET and POST is when you are dealing with so-called RESTful APIs.

RESTful APIs have their own topic article here: REST

References on HTTP Methods beyond GET and POST