1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-07-12 00:36:15 +00:00
Commit graph

2485 commits

Author SHA1 Message Date
Nikolay Kim f56072954b remove PayloadBuffer 2019-04-03 03:20:20 -07:00
Nikolay Kim 2a89b995aa do not cleanup travis build 2019-04-02 21:56:38 -07:00
Nikolay Kim 442f5057dd alpha.3 release 2019-04-02 21:49:31 -07:00
Nikolay Kim 19eef36f8f Merge branch 'tarpaulin' 2019-04-02 21:11:03 -07:00
Nikolay Kim 51d5006ccf Detect socket disconnection during protocol selection 2019-04-02 20:50:25 -07:00
Nikolay Kim 3aebe09e5c travis 2019-04-02 19:21:22 -07:00
Nikolay Kim 4227cddd30 fix dev dependencies 2019-04-02 15:00:10 -07:00
Nikolay Kim db1f7651a3 more patch cratesio 2019-04-02 14:47:59 -07:00
Nikolay Kim 00000fb316 mut obj 2019-04-02 14:27:54 -07:00
Nikolay Kim f100976ef0 rename close_connection to force_close 2019-04-02 14:08:30 -07:00
Nikolay Kim deac983bc7 fix test-server workspace setup 2019-04-02 14:04:28 -07:00
Nikolay Kim bca31eb7ad remove Deref 2019-04-02 13:35:01 -07:00
Nikolay Kim e282ef7925 return back consuming builder 2019-04-02 12:51:16 -07:00
Nikolay Kim 49a499ce74 properly allocate read buffer 2019-04-02 11:11:32 -07:00
Nikolay Kim d067b1d5f1 do not use static 2019-04-02 10:53:44 -07:00
Nikolay Kim c27fbdc35f Preallocate read buffer for h1 codec, #749 2019-04-02 10:19:56 -07:00
Nikolay Kim 1bd0995d7a remove unneded & 2019-04-01 18:00:38 -07:00
Nikolay Kim 2d43489278 ClientRequest::json() accepts reference instead of object 2019-04-01 17:53:30 -07:00
Nikolay Kim 89a0a50e14 Merge branch 'master' of github.com:actix/actix-web 2019-04-01 15:20:04 -07:00
Nikolay Kim 38afc93304 Use non-consuming builder pattern for ClientRequest 2019-04-01 15:19:34 -07:00
Darin 03c84be1f2
Merge pull request #750 from Dowwie/master
added docs for wrap and wrap_fn
2019-04-01 17:37:04 -04:00
dowwie 6d169f4c9c Merge branch 'master' of https://github.com/Dowwie/actix-web 2019-04-01 15:10:49 -04:00
dowwie 3dd3f7bc92 updated scope wrap doc 2019-04-01 15:10:28 -04:00
Darin e6936d9f73
Merge branch 'master' into master 2019-04-01 14:53:23 -04:00
dowwie 03dfbdfcdd updated wrap and wrap fn descriptions, still requiring viable examples 2019-04-01 14:52:05 -04:00
Nikolay Kim 5c4e4edda4 add ClientResponse::json() 2019-04-01 11:51:18 -07:00
Nikolay Kim c5fa6c1abe do not consume response 2019-04-01 11:29:50 -07:00
Nikolay Kim 6c195d8521 add Derev<Target=RequestHead> for ClientRequest 2019-04-01 10:26:25 -07:00
Nikolay Kim 96fd61f3d5 rust 1.31.0 compatibility 2019-04-01 10:26:09 -07:00
dowwie 8800b8ef13 mentioned re-use in wrap doc 2019-04-01 09:59:21 -04:00
dowwie 220c04b7b3 added docs for wrap and wrap_fn 2019-04-01 09:30:11 -04:00
Nikolay Kim 34695f4bce rename test methods; update tests 2019-03-31 20:43:00 -07:00
Nikolay Kim 15c5a3bcfb fix test 2019-03-31 18:57:54 -07:00
Nikolay Kim ab45974e35 add default handler 2019-03-31 18:19:18 -07:00
Nikolay Kim e4b3f79458 allocate enough space 2019-03-31 17:05:02 -07:00
Nikolay Kim ce8294740e fix tests with disabled features 2019-03-31 17:04:34 -07:00
Llaurence ddf5089bff Warn when an unsealed private cookie isn't valid UTF-8 (#746) 2019-03-31 16:26:56 +03:00
Nikolay Kim 7596d0b7cb fix fn_guard doc string 2019-03-30 20:48:00 -07:00
Nikolay Kim 1a871d708e update guard doc test 2019-03-30 12:13:21 -07:00
Nikolay Kim 351df84cca update stable release api doc link 2019-03-30 11:37:56 -07:00
Nikolay Kim 6fcbe4bcda add fn_guard 2019-03-30 11:33:31 -07:00
Nikolay Kim 457b75c995 update api docs; move web to submodule 2019-03-30 10:04:38 -07:00
Nikolay Kim 724e9c2efb replace deprecated fn 2019-03-30 07:56:09 -07:00
Douman 2e159d1eb9 test-server: Request functions should accept path (#743) 2019-03-30 07:53:45 -07:00
Nikolay Kim a20b9fd354 prepare aplha2 release 2019-03-29 22:06:14 -07:00
Nikolay Kim d846328f36 fork cookie crate 2019-03-29 21:13:39 -07:00
Nikolay Kim 193f8fb2d9 update tests 2019-03-29 18:51:07 -07:00
Nikolay Kim 3a954298d7 Merge branch 'master' of github.com:actix/actix-web 2019-03-29 18:23:07 -07:00
Nikolay Kim 3220777ff9 Added ws::Message::Nop, no-op websockets message 2019-03-29 18:22:49 -07:00
Douman 00526f60dc Impl BodyEncoding for Response (#740) 2019-03-29 16:29:11 -07:00