Demo example depends on standalone asio(https://github.com/chriskohlhoff/asio/tree/master/asio), the commit id:f70f65ae54351c209c3a24704624144bfe8e70a3Buildcmake$ mkdir build && cd build # Specify [-DASYNC_SIMPLE_ENABLE_TESTS=OFF] to skip tests. # Specify [-DASYNC_SIMPLE_BUILD_DEMO_...
":asio", ], ) @@ -32,7 +33,10 @@ cc_binary( cc_binary( name = "ReadFiles", srcs = ["ReadFiles.cpp"], deps = ["//:async_simple"], deps = [ "//:async_simple", "//:simple_executors", ], copts = ASYNC_SIMPLE_COPTS, ) 4 changes: 4 additions & 0 deletions 4 demo_...
标签(27) 管理 管理 main lts-1.0.0 0.3.8.2 support_rdma 0.3.8.1 0.3.7.1 revert-863-main fix_coverage fix_for_free_bsd fix_doc website export_cmake_options v0.1.x lts1.0.2 lts1.0.1 lts1.0.0 0.3.11 0.3.10 0.3.9 0.3.8 0.3.7 ...
net_err == asio::error::eof); CHECK(data.resp_body == "ws close"); }upload/downloadasync_simple::coro::Lazy<void> upload_files(coro_http_client &client) { std::string uri = "http://example.com"; client.add_str_part("hello", "world"); client.add_str_part("key", "value")...
New issue Closed Description vjpai vjpai added lang/c++ area/api/feedback disposition/help wantedMaintainers do not have enough resources to allocate to this at the moment. Help is appreciated! on Jul 13, 2016 ghost commentedon Jul 14, 2016 ...
asio async_simple openssl(optional) easylog No dependency. struct_pack, struct_json, struct_xml, struct_yaml No dependency. struct_pb No dependency. Standalone sublibraries coro_http is implemented by a standalone sublibrarycinatra struct_json、struct_xml、struct_yaml are implemented by a standal...
asio async_simple openssl (optional)easylogNo dependency.struct_pack, struct_json, struct_xml, struct_yamlNo dependency.struct_pb (optional)In default, struct_pb wont be installed. You need install protobuf manually.protobuf Standalone sublibraries...
struct_pack easylog asio openssl (optional)struct_packNo dependency.struct_jsoniguana struct_pbTODOeasylogNo dependency.How to generate documentsee Build WebsiteHow to ContributeCreate an issue in the issue template. Run tests and git-clang-format HEAD^ locally for the change. Create a PR, ...