HTTP: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 27: Line 27:
* [[HTTP Persistent Connections|Persistent Connections]]
* [[HTTP Persistent Connections|Persistent Connections]]
* [[Using telnet to Simulate a HTTP Client]]
* [[Using telnet to Simulate a HTTP Client]]
* [[Basic and Digest HTTP Authentication]]


=Experimental HTTP Server=
=Experimental HTTP Server=


{{External|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}}
{{External|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}}

Revision as of 19:44, 21 February 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