Merge branch 'master' of https://github.com/sprinfall/webcc
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
# Webcc - C++ HTTP Library
|
# Webcc - C++ HTTP Library
|
||||||
|
|
||||||
[__中文版__](README_zh_CN.md)
|
**NOTE:**
|
||||||
|
- **master** branch uses C++17 so it doesn't need _Boost_. Asio, as a header-only library, has been included in the `third_party` folder.
|
||||||
|
- **[legacy](https://github.com/sprinfall/webcc/tree/legacy)** branch only uses limited C++11 features, so it could be built by old compilers like _VS2013_ and _GCC 4.8_.
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
[__中文版 README__](README_zh_CN.md)
|
||||||
|
|
||||||
Lightweight C++ HTTP __client and server__ library based on [Asio](https://github.com/chriskohlhoff/asio) for __embedding__ purpose.
|
Lightweight C++ HTTP __client and server__ library based on [Asio](https://github.com/chriskohlhoff/asio) for __embedding__ purpose.
|
||||||
|
|
||||||
|
|||||||
+4
-1
@@ -1,6 +1,9 @@
|
|||||||
# Webcc - C++ HTTP 程序库
|
# Webcc - C++ HTTP 程序库
|
||||||
|
|
||||||
**注意:master 分支的代码,避免了对 Boost 的依赖,但是需要 C++17 编译器;Asio 用的是独立版,并不是随 Boost 发布的 Asio。vs2013_compatible 分支则保留了对 Boost 的依赖,但是能在 VS2013 中编译。**
|
**注意:**
|
||||||
|
|
||||||
|
- master 分支不需要 Boost,但是依赖 C++17,Asio 用的是独立版(已包含在 `third_party` 目录)。
|
||||||
|
- [legacy](https://github.com/sprinfall/webcc/tree/legacy) 分支只使用了有限的 C++11 特性,需要 Boost 支撑(asio, system, filesystem, regex 等),**能支持较老的编译器,比如 VS2013 和 GCC 4.8**。
|
||||||
|
|
||||||
基于 [Asio](https://github.com/chriskohlhoff/asio) 开发的轻量级 C++ HTTP 程序库,同时支持客户端与服务端。
|
基于 [Asio](https://github.com/chriskohlhoff/asio) 开发的轻量级 C++ HTTP 程序库,同时支持客户端与服务端。
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user