HTTP: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 17: Line 17:
* [[HTTP Request]]
* [[HTTP Request]]
* [[HTTP Response]]
* [[HTTP Response]]
* [[HTTP Session]]

Revision as of 22:24, 31 May 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