From 17c382d1c9d7236c101418060758d2296cc5e17e Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 5 Aug 2023 11:51:25 +0000 Subject: Initial commit Signed-off-by: Laurent Bercot --- doc/index.html | 137 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 doc/index.html (limited to 'doc/index.html') diff --git a/doc/index.html b/doc/index.html new file mode 100644 index 0000000..9f3bc2f --- /dev/null +++ b/doc/index.html @@ -0,0 +1,137 @@ + + + + + + tipidee - a small and fast HTTP/1.1 server + + + + + + +

+Software
+skarnet.org +

+ +

tipidee

+ +

What is it ?

+ +

+ tipidee is a web server. It supports HTTP/1.1. It aims to be compliant +with RFC 9112: +while it only implements a very limited subset of the optional functionality +in HTTP/1.1, it implements all the mandatory parts. +

+ +
+ +

Why another Web server?

+ +

+ There are two groups of web servers. +

+ +

+ The first one is big, powerful servers such as +nginx, +Apache httpd, +and so on. They focus on environments where simplicity isn't a concern +and can be traded off for features, integration with larger ecosystems, +or just serving speed. (lighttpd, +for instance, was developed as a proof of concept for solving the +c10k problem.) +

+ +

+ The second one is +

+ +

And why "tipidee"?

+ +

+ Because h-t-t-p-d is pretty tedious to say out loud, and only +keeping the last syllables makes it easier. +

+ +

Installation

+ +

Requirements

+ + + +

Licensing

+ +

+ tipidee is free software. It is available under the +ISC license. +

+ +

Download

+ + + +

Compilation

+ + + +

Upgrade notes

+ + + +
+ +

Reference

+ +

Commands

+ + + +

Internal commands

+ + + +

Related resources

+ + + + + -- cgit v1.2.3