why do https versions of http methods not exist?

HTTPS adds encryption to HTTP, i.e. HTTPS doesn’t add or alter any of the exisiting HTTP methods.

Context

You are wondering there isn’t any HTTPS versions of HTTP methods such as GET, POST, PUT, DELETE, etc… since HTTPS is supposed to be the secured version of HTTP.

Answer

HTTPS adds encryption to HTTP, i.e. HTTPS doesn’t add or alter any of the exisiting HTTP methods.

Example

If this example doesn’t make sense, then ngl I don’t know how to explain it better :(

Tags: