Tatsuhiro Tsujikawa
|
38cfc5c47c
|
Check more headers and funcs
|
2015-05-13 23:29:20 +09:00 |
Tatsuhiro Tsujikawa
|
018e9eaf6d
|
asio: Clean up server API to explicitly set error code
|
2015-03-07 01:10:49 +09:00 |
Tatsuhiro Tsujikawa
|
34ac90443f
|
asio: Rename http2::listen as http2::listen_and_serve
|
2015-03-06 01:54:28 +09:00 |
Tatsuhiro Tsujikawa
|
992c14e354
|
asio: Rename *_reader as *_generator and read_cb as generator_cb
|
2015-03-06 01:47:55 +09:00 |
Tatsuhiro Tsujikawa
|
e4ce595ebb
|
asio: Add serve_mux class to route incoming requet by path
serve_mux is direct port of ServeMux from go
|
2015-03-05 02:12:32 +09:00 |
Tatsuhiro Tsujikawa
|
e7d052100c
|
asio: Utilize aggregate or value-initialization for header_value
|
2015-03-05 02:12:31 +09:00 |
Tatsuhiro Tsujikawa
|
fc2170e488
|
asio: Use uri_ref in server code
|
2015-03-05 02:12:31 +09:00 |
Tatsuhiro Tsujikawa
|
6753b6d61e
|
asio: Use header_map in server code
|
2015-03-05 02:12:31 +09:00 |
Tatsuhiro Tsujikawa
|
35817876fe
|
asio: Move server API to asio_http2_server.h
|
2015-03-05 02:12:31 +09:00 |
Tatsuhiro Tsujikawa
|
b0c1986a46
|
asio: Avoid shared_ptr for request and response
|
2015-03-05 02:12:31 +09:00 |
Tatsuhiro Tsujikawa
|
3144f7de72
|
asio-sv2: Fix compile error with OS X
Use struct stat.st_mtime instead of st_mtim which seems to be Linux
specific.
|
2015-02-21 21:02:40 +09:00 |
Tatsuhiro Tsujikawa
|
b1f807abd1
|
Reformat lines with clang-format-3.5
|
2014-11-27 23:56:30 +09:00 |
Tatsuhiro Tsujikawa
|
0ef99b90d9
|
asio-lib: Make request_cb take const ref and use int64_t as http_date arg
|
2014-10-28 01:01:48 +09:00 |
Tatsuhiro Tsujikawa
|
fd07f5e142
|
src: Add utility APIs to asio_http2.h; add asio-sv2 example to serve files
|
2014-09-24 23:05:13 +09:00 |