HTTP

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.




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. Data can be sent with the request and response in three ways:

  • Via URL parameters.
  • Via request and response headers.
  • Via the request and response body.

Subjects

TODO

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