We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e330a commit 0f6beafCopy full SHA for 0f6beaf
doc/libhttpserver.md
@@ -26,6 +26,7 @@ embedded Rest HTTP server (and more).
26
Contents
27
========
28
* Introduction.
29
+* Requirements.
30
* Compilation.
31
* Constants.
32
* Structures and classes type definition.
@@ -78,9 +79,9 @@ used per connection to avoid resource exhaustion.
78
79
80
Requirements
81
============
-g++ >= 4.1.2
82
-libmicrohttpd >= 0.9.7
83
-doxygen (if you want to build code reference)
+* g++ >= 4.1.2
+* libmicrohttpd >= 0.9.7
84
+* doxygen (if you want to build code reference)
85
86
Compilation
87
===========
0 commit comments