HTTP: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 22: Line 22:
* [[HTTP Request]]
* [[HTTP Request]]
* [[HTTP Response]]
* [[HTTP Response]]
* Headers: [[General HTTP Header Fields]], [[Request Headers]], [[Response Headers]], [[Entity Headers]], [[Other HTTP Headers]]
* Headers: [[General HTTP Header Fields]], [[HTTP_Request#Request_Headers|Request Headers]], [[Response Headers]], [[Entity Headers]], [[Other HTTP Headers]]
* [[HTTP Entity]]
* [[HTTP Entity]]
* [[HTTP Session]]
* [[HTTP Session]]

Revision as of 03:50, 8 January 2017




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

External

Internal

Overview

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

Subjects

Experimental HTTP Server

A simple HTTP server that can be used to investigate the behavior of HTTP clients: https://github.com/NovaOrdis/playground/tree/master/http/http-server