Logo ROOT   6.10/00
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
net/http/civetweb/README.md
Go to the documentation of this file.
1 ![CivetWeb](https://raw.github.com/civetweb/civetweb/master/resources/civetweb_64x64.png "CivetWeb") CivetWeb
2 =======
3 
4 **The official home of CivetWeb is [https://github.com/civetweb/civetweb](https://github.com/civetweb/civetweb)**
5 
6 
7 Continuous integration for Linux and OSX ([Travis CI](https://travis-ci.org/civetweb/civetweb)):
8 
9 [![Travis Build Status](https://travis-ci.org/civetweb/civetweb.svg?branch=master)](https://travis-ci.org/civetweb/civetweb)
10 
11 Continuous integration for Windows ([AppVeyor](https://ci.appveyor.com/project/civetweb/civetweb)):
12 
13 [![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/github/civetweb/civetweb?svg=true)](https://ci.appveyor.com/project/civetweb/civetweb/branch/master)
14 
15 Test coverage check ([coveralls](https://coveralls.io/github/civetweb/civetweb)) (currently in a setup phase):
16 
17 [![Coverage Status](https://coveralls.io/repos/github/civetweb/civetweb/badge.svg?branch=master)](https://coveralls.io/github/civetweb/civetweb?branch=master)
18 
19 Static source code analysis ([Coverity](https://scan.coverity.com/projects/5784)):
20 
21 [![Coverity Scan Build Status](https://scan.coverity.com/projects/5784/badge.svg)](https://scan.coverity.com/projects/5784)
22 
23 
24 
25 
26 Project Mission
27 -----------------
28 
29 Project mission is to provide easy to use, powerful, C/C++ embeddable web
30 server with optional CGI, SSL and Lua support.
31 CivetWeb has a MIT license so you can innovate without restrictions.
32 
33 CivetWeb can be used by developers as a library, to add web server functionality to an existing application.
34 It can also be used by end users as a stand-alone web server. It is available as single executable, no installation is required.
35 
36 
37 Where to find the official version?
38 -----------------------------------
39 
40 End users can download CivetWeb at SourceForge
41 [https://sourceforge.net/projects/civetweb/](https://sourceforge.net/projects/civetweb/)
42 
43 Developers can contribute to CivetWeb via GitHub
44 [https://github.com/civetweb/civetweb](https://github.com/civetweb/civetweb)
45 
46 Trouble tickets should be filed on GitHub
47 [https://github.com/civetweb/civetweb/issues](https://github.com/civetweb/civetweb/issues)
48 
49 Discussion/support group and announcements are at Google Groups
50 [https://groups.google.com/d/forum/civetweb](https://groups.google.com/d/forum/civetweb)
51 
52 
53 Quick start documentation
54 --------------------------
55 
56 - [docs/Installing.md](https://github.com/civetweb/civetweb/blob/master/docs/Installing.md) - Install Guide (for end users using pre-built binaries)
57 - [docs/UserManual.md](https://github.com/civetweb/civetweb/blob/master/docs/UserManual.md) - End User Guide
58 - [docs/Building.md](https://github.com/civetweb/civetweb/blob/master/docs/Building.md) - Building the Server (quick start guide)
59 - [docs/Embedding.md](https://github.com/civetweb/civetweb/blob/master/docs/Embedding.md) - Embedding (how to add HTTP support to an existing application)
60 - [docs/OpenSSL.md](https://github.com/civetweb/civetweb/blob/master/docs/OpenSSL.md) - Adding HTTPS (SSL/TLS) support using OpenSSL.
61 - [RELEASE_NOTES.md](https://github.com/civetweb/civetweb/blob/master/RELEASE_NOTES.md) - Release Notes
62 - [LICENSE.md](https://github.com/civetweb/civetweb/blob/master/LICENSE.md) - Copyright License
63 
64 
65 Overview
66 --------
67 
68 CivetWeb keeps the balance between functionality and
69 simplicity by a carefully selected list of features:
70 
71 - Liberal, commercial-friendly, permissive,
72  [MIT license](http://en.wikipedia.org/wiki/MIT_License)
73 - Free from copy-left licenses, like GPL, because you should innovate without
74  restrictions.
75 - Forked from [Mongoose](https://code.google.com/p/mongoose/) in 2013, before
76  it changed the licence from MIT to commercial + GPL. A lot of enchancements
77  have been added since that time, see
78  [RELEASE_NOTES.md](https://github.com/civetweb/civetweb/blob/master/RELEASE_NOTES.md).
79 - Works on Windows, Mac, Linux, UNIX, iPhone, Android, Buildroot, and many
80  other platforms.
81 - Scripting and database support (Lua scipts, Lua Server Pages, CGI + SQLite
82  database, Server side javascript).
83  This provides a ready to go, powerful web development platform in a one
84  single-click executable with **no dependencies**.
85 - Support for CGI, HTTPS (SSL/TLS), SSI, HTTP digest (MD5) authorization, Websocket,
86  WEbDAV.
87 - Optional support for authentication using client side X.509 certificates.
88 - Resumed download, URL rewrite, file blacklist, IP-based ACL, Windows service.
89 - Download speed limit based on client subnet or URI pattern.
90 - Simple and clean embedding API.
91 - The source is in single file to make things easy.
92 - Embedding examples included.
93 - HTTP client capable of sending arbitrary HTTP/HTTPS requests.
94 - Websocket client functionality available (WS/WSS).
95 
96 
97 ### Optionally included software
98 
99 <a href="http://lua.org">
100 ![Lua](https://raw.github.com/civetweb/civetweb/master/resources/lua-logo.jpg "Lua Logo")
101 </a>
102 <a href="http://sqlite.org">
103 ![Sqlite3](https://raw.github.com/civetweb/civetweb/master/resources/sqlite3-logo.jpg "Sqlite3 Logo")
104 </a>
105 <a href="http://keplerproject.github.io/luafilesystem/">
106 ![LuaFileSystem](https://raw.github.com/civetweb/civetweb/master/resources/luafilesystem-logo.jpg "LuaFileSystem Logo")
107 </a>
108 <a href="http://lua.sqlite.org/index.cgi/index">
109 ![LuaSQLite3](https://raw.github.com/civetweb/civetweb/master/resources/luasqlite-logo.jpg "LuaSQLite3 Logo")
110 </a>
111 <a href="http://viremo.eludi.net/LuaXML/index.html">
112 ![LuaXML](https://raw.github.com/civetweb/civetweb/master/resources/luaxml-logo.jpg "LuaXML Logo")
113 </a>
114 <a href="http://duktape.org">
115 ![Duktape](https://raw.github.com/civetweb/civetweb/master/resources/duktape-logo.png "Duktape Logo")
116 </a>
117 
118 
119 Support
120 -------
121 
122 This project is very easy to install and use. Please read the [documentation](https://github.com/civetweb/civetweb/blob/master/docs/)
123 and have a look at the [examples] (https://github.com/civetweb/civetweb/blob/master/examples/).
124 More information may be found on the [mailing list](https://groups.google.com/d/forum/civetweb).
125 
126 
127 Contributions
128 ---------------
129 
130 Contributions are welcome provided all contributions carry the MIT license.
131 
132 DO NOT APPLY fixes copied from Mongoose to this project to prevent GPL tainting.
133 Since 2013 CivetWeb and Mongoose are developed independently. By now the code base differs, so patches cannot be safely transfered in either direction.
134 
135 Some guidelines can be found in [docs/Contribution.md](https://github.com/civetweb/civetweb/blob/master/docs/Contribution.md).
136 
137 
138 ### Authors
139 
140 CivetWeb is based on the Mongoose project. The original author of Mongoose was
141 Sergey Lyubka (Copyright (c) 2004-2013 Sergey Lyubka, MIT license).
142 
143 However, in August 16, 2013, the [license of Mongoose has been changed](https://groups.google.com/forum/#!topic/mongoose-users/aafbOnHonkI)
144 after writing and distributing the original code this project is based on.
145 The license change used to be described on the Mongoose Wikipedia page as well, but it's getting deleted there regularly.
146 
147 CivetWeb has been forked from the last MIT version of Mongoose.
148 Since 2013, CivetWeb has seen many improvements from various authors
149 (Copyright (c) 2013-2016 the CivetWeb developers, MIT license).
150 A list of authors can be found in [CREDITS.md](https://github.com/civetweb/civetweb/blob/master/CREDITS.md).
151 
152 Using the CivetWeb project ensures the MIT licenses terms are applied and
153 GPL cannot be imposed on any of this code as long as it is sourced from
154 here. This code will remain free with the MIT license protection.
155 
double read(const std::string &file_name)
reading
TString as(SEXP s)
Definition: RExports.h:71
RooCmdArg Project(const RooArgSet &projSet)
TArc * a
Definition: textangle.C:12
constexpr std::array< decltype(std::declval< F >)(std::declval< int >))), N > make(F f)
static double A[]
struct ssl_st SSL
Definition: civetweb.c:863
static double C[]
void End()