1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 08:22:59 +01:00
actix-web/src
2018-01-30 15:13:33 -08:00
..
client rename module 2018-01-30 13:04:52 -08:00
middleware CORS middleware: allowed_headers is defaulting to None #50 2018-01-20 16:36:57 -08:00
server update example 2018-01-28 01:04:58 -08:00
ws added support for websocket testing 2018-01-30 15:13:33 -08:00
application.rs spelling check 2018-01-16 21:59:33 +03:00
body.rs spelling check 2018-01-16 00:47:25 +03:00
context.rs add handle method to contexts 2018-01-28 09:47:46 -08:00
error.rs basic websocket client 2018-01-27 22:03:03 -08:00
fs.rs added StaticFiles::inex_file config 2018-01-29 03:23:45 -08:00
handler.rs spelling check 2018-01-16 21:59:33 +03:00
helpers.rs refactor shared bytes api 2018-01-14 17:00:28 -08:00
httpcodes.rs add Cors::register method 2018-01-11 11:14:18 -08:00
httprequest.rs fix limit usage for Request/Response Body future 2018-01-30 12:44:14 -08:00
httpresponse.rs add ClientRequest and ClientRequestBuilder 2018-01-29 11:45:33 -08:00
info.rs add HttpServer::server_hostname method 2017-12-26 14:36:03 -08:00
json.rs no need for mut ref 2018-01-03 10:57:57 -08:00
lib.rs add client ssl support 2018-01-30 11:17:17 -08:00
multipart.rs complete impl for client request and response 2018-01-29 14:44:25 -08:00
param.rs refactor helper error types 2018-01-20 21:11:46 -08:00
payload.rs stop http context immediately 2018-01-24 20:17:14 -08:00
pipeline.rs Log request processing errors 2018-01-20 20:12:24 -08:00
pred.rs remove box from predicates 2017-12-20 13:23:50 -08:00
resource.rs spelling check 2018-01-16 00:47:25 +03:00
route.rs create custom WebsocketContext for websocket connection 2018-01-10 10:12:34 -08:00
router.rs * fix force_close 2018-01-03 18:21:34 -08:00
test.rs added support for websocket testing 2018-01-30 15:13:33 -08:00