aboutsummaryrefslogtreecommitdiff
path: root/doc/microhttpd.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/microhttpd.texi')
-rw-r--r--doc/microhttpd.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/microhttpd.texi b/doc/microhttpd.texi
index f7a90cea..45ed1b8c 100644
--- a/doc/microhttpd.texi
+++ b/doc/microhttpd.texi
@@ -184,6 +184,18 @@ Additionally, clients can specify resource limits on the overall
184number of connections, number of connections per IP address and memory 184number of connections, number of connections per IP address and memory
185used per connection to avoid resource exhaustion. 185used per connection to avoid resource exhaustion.
186 186
187@section Scope
188
189@mhd{} is currently used in a wide range of implementations.
190Examples based on reports we've received from developers include:
191@itemize
192@item Embedded HTTP server on a cortex M3 (128 KB code space)
193@item Large-scale multimedia server (reportedly serving at the
194 simulator limit of 7.5 GB/s)
195@item Administrative console (via HTTP/HTTPS) for network appliances
196@c If you have other interesting examples, please let us know
197@end itemize
198
187@section Including the microhttpd.h header 199@section Including the microhttpd.h header
188@cindex portability 200@cindex portability
189@cindex microhttpd.h 201@cindex microhttpd.h