24 Commits (233aa5910c76d0878a7d454eb54fe37769a34a8f)

Author SHA1 Message Date
Chunting Gu 233aa5910c add an example to embed a server in a Qt GUI app 5 years ago
Chunting Gu ca83869912 Add an example for x-www-form-urlencoded 5 years ago
Chunting Gu 3d7b66f911 remove zlib from third_party, find it by cmake find_package() 5 years ago
Chunting Gu d49db1ec9c switch asio from standalone to boost 5 years ago
Chunting Gu 1e3c2b2604 don't use boost string algorithm 5 years ago
Chunting Gu 7cb5bca0d0 Add an example to test server concurrency. 6 years ago
Chunting Gu 9f3d968e77 Fix URL encode issue. 6 years ago
Chunting Gu 2a25340ce4 Rework book server and client. 6 years ago
Chunting Gu 9b31ac855a Rename form data examples. 6 years ago
Chunting Gu 0292b4b51e Support response data streaming and add an example file downloader. 6 years ago
Chunting Gu a22e587fa4 Rename static_server to file_server and refine it. 6 years ago
Chunting Gu 673a98cffb Allow to stop server and restart server; allow to run loop in multiple threads. 6 years ago
Chunting Gu db87f940e0 Refine CMake to find boost. 6 years ago
Chunting Gu ec753c14c3 Add hello world server example 6 years ago
Chunting Gu a3cab444dc Server API rework. 6 years ago
Adam Gu ddd521b684 Fix link error against crypto32; update screenshots for configure on Mac. 6 years ago
Chunting Gu 2a868c4dc1 Add an option to disable GZIP. 6 years ago
Chunting Gu e63dc748ab Remove SOAP support 6 years ago
Chunting Gu b72820c9c5 Add UT for http parser. 6 years ago
Chunting Gu 5e1b14e74d Add a config option allowing to disable SSL. 6 years ago
Chunting Gu 5c465a1e2d Support file upload in server side. 6 years ago
Chunting Gu bc586c3ea0 Handle zlib on Ubuntu. 6 years ago
Chunting Gu 5f64f3bb62 Add zlib to support content-encoding (gzip, deflate) 6 years ago
Chunting Gu 616f5a3f5e Reorganize examples; fix soap issues. 6 years ago