back to top

Glossary

HTTP

Definition: Hypertext Transfer Protocol is the application layer protocol most web APIs use to exchange requests and responses. It defines methods like GET, POST, PUT, and DELETE, status codes, headers, and message bodies. Modern APIs typically run over HTTPS, which wraps HTTP in Transport Layer Security to encrypt traffic and verify server identity. HTTP/2 introduces […]