HTTP: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 18: Line 18:
* [[HTTP Response]]
* [[HTTP Response]]
* [[HTTP Session]]
* [[HTTP Session]]
* [[HTTP Keep-Alive]]
* [[HTTP Persistent Connections]]

Revision as of 17:07, 23 November 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