mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-28 15:39:11 +00:00
Renamed project name to 'cpp-httplib'.
This commit is contained in:
parent
8b58a3aecc
commit
6897c64c74
7 changed files with 22 additions and 20 deletions
14
README.md
14
README.md
|
@ -1,14 +1,16 @@
|
|||
httpsvrkit
|
||||
==========
|
||||
cpp-httplib
|
||||
===========
|
||||
|
||||
C++ HTTP sever library inspired by [Sinatra](http://www.sinatrarb.com/)
|
||||
A C++ HTTP library.
|
||||
|
||||
[The Boost Software License 1.0](http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
Example
|
||||
-------
|
||||
Server Example
|
||||
--------------
|
||||
|
||||
#include <httpsvrkit.h>
|
||||
Inspired by [Sinatra](http://www.sinatrarb.com/)
|
||||
|
||||
#include <httplib.h>
|
||||
|
||||
int main(void) {
|
||||
HTTP_SERVER("localhost", 1234) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue