HTTP: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 16: Line 16:
* [[HTTP Status Codes]]
* [[HTTP Status Codes]]
* [[HTTP Request]]
* [[HTTP Request]]
* [[HTTP Response]]

Revision as of 03:22, 22 April 2016




Migrating from https://home.feodorov.com:9443/wiki/Wiki.jsp?page=HTTP

External

Overview

HTTP is a synchronous request/response, stateless protocol, where a client makes a request, the server responds and the transaction is done.

Subjects