HTTP: Difference between revisions
Jump to navigation
Jump to search
Migrating from https://home.feodorov.com:9443/wiki/Wiki.jsp?page=HTTP
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
* [[HTTP Session]] | * [[HTTP Session]] | ||
* [[HTTP Persistent Connections]] | * [[HTTP Persistent Connections]] | ||
=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}} |
Revision as of 19:01, 4 January 2017
External
- Hypertext Transfer Protocol HTTP/1.1 RFC 2616 http://www.ietf.org/rfc/rfc2616.txt
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