1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 06:39:22 +02:00
Commit Graph

232 Commits

Author SHA1 Message Date
4028f6f6fd http crate removed, cargo fmt 2018-11-28 09:42:04 +03:30
397804a786 echo example with impl Future 2018-11-28 09:15:08 +03:30
d5b2640342 add framed_hello.rs 2018-11-24 17:08:17 +03:30
d5ca6e21e2 simple echo server. 2018-11-24 11:29:14 +03:30
41d68c87d9 hello-world example added. 2018-11-23 07:42:40 +03:30
e05aba65de examples moved to separate repo 2018-04-12 20:31:58 -07:00
26ab5cbd01 forgot to include 2018-04-10 15:14:46 -07:00
50c2a5ceb0 update basic example 2018-04-10 14:45:03 -07:00
ca76dff5a7 update redis example 2018-04-10 13:21:54 -07:00
0b0bbd6bd9 Merge branch 'master' into private-cookies 2018-04-09 12:54:08 -07:00
5617896780 cleanup doc tests 2018-04-09 10:40:12 -07:00
9b152acc32 add signed and private cookies 2018-04-09 17:59:28 +01:00
48e7013997 update guide examples 2018-04-09 07:57:50 -07:00
542315ce7f simplify StaticFiles 2018-04-06 19:34:55 -07:00
191b53bd7c pin futures 0.1 2018-04-06 13:22:27 -07:00
2c411a04a9 no need for export in doc example 2018-04-06 10:15:06 -07:00
2dafd9c681 do not re-export HttpServer from server module 2018-04-06 08:40:11 -07:00
c1af59c618 update juniper example 2018-04-04 17:57:02 -07:00
c273b7ac3f update json example 2018-04-04 08:08:31 -07:00
56a31ea0ee only use diesel::r2d2 feature. no need r2d2_diesel create 2018-04-03 22:37:53 +08:00
83bf852192 Fix logger request duration calculation 2018-04-02 11:09:24 -07:00
220cbe40e5 Add header for juniper example 2018-04-02 19:10:33 +02:00
74d0656d27 update diesel example 2018-04-01 18:24:07 -07:00
17c27ef42d HttpRequest::resource() returns current matched resource 2018-04-01 17:37:22 -07:00
b2e771df2c use r2d2 for diesel example 2018-04-01 08:20:15 -07:00
3ee228005d rename Application 2018-03-31 00:16:55 -07:00
7a743fa6b5 update examples 2018-03-30 23:37:15 -07:00
44e3df82f6 simplify http response construction; deprecate httpcodes 2018-03-30 23:07:33 -07:00
8d8f6bedad update examples 2018-03-30 18:54:38 -07:00
4358da9926 refactor WithHandler trait 2018-03-27 20:33:24 -07:00
dcc5eb7ace pass request as value 2018-03-26 23:34:31 -07:00
2f60a4b89d add handler with exatractor 2018-03-26 23:10:31 -07:00
2d80c5053d spelling check 2018-03-24 09:35:52 +03:00
6b1a79fab8 update example 2018-03-18 16:27:34 -07:00
4effdf065b fix typo 2018-03-16 19:03:16 +09:00
fee1e255ac add comments 2018-03-11 10:10:30 -07:00
49e007ff2a move protobuf support to the example 2018-03-09 05:29:06 -08:00
f3c63e631a add protobuf feature 2018-03-08 20:56:18 -08:00
a0b589eb96 Add protobuf support 2018-03-09 10:05:13 +08:00
c8844425ad Enable compression support for NamedFile 2018-03-05 13:31:30 -08:00
b282ec106e Add ResponseError impl for SendRequestError 2018-03-05 13:02:31 -08:00
ea2a8f6908 add http proxy example 2018-03-05 11:12:19 -08:00
2b942ec5f2 add uds example readme 2018-03-05 09:47:17 -08:00
c2741054bb Add unix domain socket example 2018-03-05 22:14:25 +08:00
dbfa1f0ac8 fix example 2018-03-04 10:44:41 -08:00
791a980e2d update tests 2018-03-02 22:08:56 -08:00
3b2928a391 Better naming for websockets implementation 2018-03-02 11:29:55 -08:00
f27edbff89 be consistent with host - had CORS preflight once 2018-03-01 01:01:27 +01:00
67f33a4760 add redis session example 2018-02-28 10:26:40 -08:00
1283c00583 add juniper example 2018-02-28 10:41:24 +05:30