1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-05 01:32:31 +00:00
Commit graph

117 commits

Author SHA1 Message Date
Nikolay Kim
cc38b30f7b refactor http actor usage 2017-12-31 17:26:32 -08:00
Nikolay Kim
967d3244d7 fix http/2 support 2017-12-31 13:22:11 -08:00
ami44
c998c75515 move examples/state.rs to examples/state 2017-12-30 21:08:54 +01:00
ami44
f1f5b23e77 fix readme examples/signal 2017-12-30 21:08:12 +01:00
ami44
76b03851e6 fix examples - disable signal if windows 2017-12-30 21:05:03 +01:00
ami44
87188e1505 minor fix examples/websocket-chat 2017-12-30 16:50:49 +01:00
ami44
df393df547 move example/basic.rs to examples/basic 2017-12-30 16:50:17 +01:00
ami44
a1dc5a6bd1 update examples/tls/README 2017-12-30 16:24:50 +01:00
ami44
8e580ef7b9 add README examples/template_tera 2017-12-30 16:10:29 +01:00
ami44
12345004dd add README examples/signals 2017-12-30 16:10:00 +01:00
ami44
a1a77600c6 add README example/multipart 2017-12-30 16:09:39 +01:00
ami44
d7d9e8c0e9 update json example 2017-12-30 16:08:18 +01:00
ami44
a166fc82f4 add json-rust example 2017-12-30 15:24:12 +01:00
Alban Minassian
2d769f805a add diesel+postgresql link 2017-12-30 12:21:34 +01:00
Nikolay Kim
538fea8027 add graceful shutdown system 2017-12-28 16:25:47 -08:00
Nikolay Kim
d80a0c9f94 add support for unix signals 2017-12-28 11:36:20 -08:00
Nikolay Kim
b714e1f4ce fix example 2017-12-27 19:29:04 -08:00
Nikolay Kim
29adc20581 rename module 2017-12-26 19:59:41 -08:00
Nikolay Kim
dd3a2aa68a add HttpServer::server_hostname method 2017-12-26 14:36:03 -08:00
Nikolay Kim
a578262f73 update json example and guide info 2017-12-25 08:12:13 -08:00
Nikolay Kim
9f9c75d832 simplify drain feature 2017-12-24 11:58:09 -08:00
Nikolay Kim
bca1dd4f9e update doc strings 2017-12-20 23:19:21 -08:00
Nikolay Kim
0a68811dce cleanup more examples 2017-12-20 21:06:04 -08:00
Nikolay Kim
63ddc07ccb added JsonBody future 2017-12-20 20:30:54 -08:00
Nikolay Kim
bf23aa5d4b move db code to separate module 2017-12-20 17:44:19 -08:00
Nikolay Kim
3c5fd18e02 cleanup examples 2017-12-20 16:32:31 -08:00
Nikolay Kim
4dd3382ac7 update example 2017-12-20 16:13:21 -08:00
Nikolay Kim
50891986bc simplify json example 2017-12-20 16:05:07 -08:00
Nikolay Kim
df2aa42dad cleanup example 2017-12-20 15:45:26 -08:00
Nikolay Kim
cbb81bc747 json request example 2017-12-20 15:12:43 -08:00
Nikolay Kim
e05596b65d upgrade actix min version 2017-12-20 11:37:27 -08:00
Nikolay Kim
009874125e add client.py comments 2017-12-19 10:25:23 -08:00
Nikolay Kim
2e790dfcc6 add multipart guide section 2017-12-19 10:10:03 -08:00
Nikolay Kim
e3f9345420 multipart field is stream of bytes 2017-12-19 09:55:49 -08:00
Nikolay Kim
790793f8a1 refactor multipart stream creation 2017-12-19 09:51:28 -08:00
Nikolay Kim
13cbfc877d simplify server start method 2017-12-19 09:08:36 -08:00
Nikolay Kim
f3b853f224 refactor payload 2017-12-19 00:18:57 -08:00
Nikolay Kim
64dc6c5771 fix typos 2017-12-18 20:03:42 -08:00
Nikolay Kim
56fd088163 added database integration guide section 2017-12-18 19:38:16 -08:00
Nikolay Kim
1e1da5832f better name 2017-12-18 16:40:33 -08:00
Nikolay Kim
625c4ad0db add more comments 2017-12-18 16:30:35 -08:00
Nikolay Kim
fde94bfe95 added diesel example 2017-12-18 16:25:26 -08:00
Nikolay Kim
3e8a6c3988 add tera example 2017-12-18 13:41:52 -08:00
Nikolay Kim
9ed4159c0c update examples 2017-12-18 13:06:41 -08:00
Nikolay Kim
27d92f3a23 refactor server bind and start process 2017-12-17 12:35:04 -08:00
Nikolay Kim
408ddf0be1 add ssl guide ref 2017-12-13 21:56:30 -08:00
Nikolay Kim
653b431895 fix example 2017-12-13 17:28:16 -08:00
Nikolay Kim
2e83c5924d cleanup and optimize some code 2017-12-12 21:32:58 -08:00
Nikolay Kim
ab6efd2421 handle http connections in different threads 2017-12-12 17:21:00 -08:00
Nikolay Kim
e9aa67b75d http server accepts factory of HttpHandlers 2017-12-12 07:40:36 -08:00