1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 21:39:26 +00:00

Commit graph

  • 5529ea0428 better logger format test Nikolay Kim 2017-11-23 16:53:02 -0800
  • 39a20fb95d use env_logger for logger tests Nikolay Kim 2017-11-23 15:48:59 -0800
  • 155a636487 more logger tests Nikolay Kim 2017-11-23 15:37:11 -0800
  • e571587a8c refactor logger middleware Nikolay Kim 2017-11-23 15:17:16 -0800
  • 5945035fc3 better method name Nikolay Kim 2017-11-19 18:55:37 -1000
  • 766e243c63 more Body tests Nikolay Kim 2017-11-19 18:32:37 -1000
  • 83862dfbb4 update payload tests Nikolay Kim 2017-11-19 18:26:05 -1000
  • c44e4ad100 expect error tests Nikolay Kim 2017-11-19 18:02:31 -1000
  • 1a0e87ac3c add tests for errors Nikolay Kim 2017-11-19 17:58:47 -1000
  • 72edd75eab add custom ExceptError Nikolay Kim 2017-11-19 17:51:14 -1000
  • 78d8d21196 cleanup error Nikolay Kim 2017-11-19 17:26:31 -1000
  • fd3dcdf0f6 use failure from crates Nikolay Kim 2017-11-18 06:50:56 -1000
  • a87784ba15 use Result intead of HandlerResult Nikolay Kim 2017-11-18 06:50:07 -1000
  • c800bf55f5 update tests Nikolay Kim 2017-11-15 20:28:02 -1000
  • 0143e18fe9 fix extern crate Nikolay Kim 2017-11-15 20:09:37 -1000
  • de71ad7de4 refactor error handling Nikolay Kim 2017-11-15 20:06:28 -1000
  • c565965865 rename BinaryBody Nikolay Kim 2017-11-10 13:42:32 -0800
  • f2520d2d79 update logger doc Nikolay Kim 2017-11-10 13:34:16 -0800
  • be3a1ab770 use remote addr in logger if available Nikolay Kim 2017-11-10 13:26:12 -0800
  • f369d9af0e make remote addr available to http request Nikolay Kim 2017-11-10 13:08:15 -0800
  • 265628750c refactor logger middleware Nikolay Kim 2017-11-10 12:29:54 -0800
  • 657efb8cce fix readme Nikolay Kim 2017-11-09 22:18:59 -0800
  • 40c1d3b711 refactor middlewares Nikolay Kim 2017-11-09 22:08:54 -0800
  • 51cd08ef57 store cookies load state Nikolay Kim 2017-11-08 21:01:56 -0800
  • 2a319d733f enable secure cookies Nikolay Kim 2017-11-08 20:57:59 -0800
  • 519a9e64f8 cleanup tls example Nikolay Kim 2017-11-08 20:29:48 -0800
  • 4d575c6269 update readme Nikolay Kim 2017-11-08 20:25:14 -0800
  • e9fe2ba740 use bytes::Writer Nikolay Kim 2017-11-08 20:08:16 -0800
  • 7565ed8e06 use higher pripority for br Nikolay Kim 2017-11-08 19:42:13 -0800
  • 02fb424659 add custom Debug impl for HttpResponse Nikolay Kim 2017-11-08 19:31:25 -0800
  • 1392b2b171
    Update README.md Nikolay Kim 2017-11-08 16:48:20 -0800
  • e558414867 add response content encoding Nikolay Kim 2017-11-08 16:44:23 -0800
  • 76b8104f52 use version in readme Nikolay Kim 2017-11-07 16:09:37 -0800
  • 2eb3ad0de3 better name Nikolay Kim 2017-11-07 16:08:10 -0800
  • 6974213036 use new brotli2 version Nikolay Kim 2017-11-07 15:59:37 -0800
  • 72c8ad9fe1 fix appveyor config for gnu target Nikolay Kim 2017-11-07 09:37:50 -0800
  • a65fd695e1 refactor content encoding Nikolay Kim 2017-11-06 16:23:58 -0800
  • 994d0afd80 allow to set/change responses content encoding Nikolay Kim 2017-11-06 14:56:38 -0800
  • 2379bcbf39 added content-encoding support to h2 Nikolay Kim 2017-11-06 09:35:52 -0800
  • bddd8e9c2e better deflate decoding Nikolay Kim 2017-11-06 09:24:19 -0800
  • c2978a6eea add content encoding decompression Nikolay Kim 2017-11-06 01:24:49 -0800
  • b467ddf970 test with alpn feature Nikolay Kim 2017-11-04 13:57:19 -0700
  • 3f649b8e07 fix name Nikolay Kim 2017-11-04 14:07:15 -0700
  • e9e247217a update readme Nikolay Kim 2017-11-04 13:49:51 -0700
  • f23974cfb5 update readme Nikolay Kim 2017-11-04 13:49:05 -0700
  • 53868a88fa add keep-alive for h2 connection Nikolay Kim 2017-11-04 13:24:57 -0700
  • 28652a3ba8 update readme Nikolay Kim 2017-11-04 12:36:37 -0700
  • 41be1db8bc fix link Nikolay Kim 2017-11-04 12:35:55 -0700
  • 67f3ad31ab update readme Nikolay Kim 2017-11-04 12:35:19 -0700
  • d7d3d663e9 refactor server impl and add support for alpn http2 negotiation Nikolay Kim 2017-11-04 12:33:14 -0700
  • 32cefb8455 implement h2 writer Nikolay Kim 2017-11-04 09:07:44 -0700
  • 4add742aba refactor task impl, extract stream writer to separate struct Nikolay Kim 2017-11-03 11:29:44 -0700
  • f010672885 rename modules Nikolay Kim 2017-11-02 12:54:09 -0700
  • c14e6c9008 make possible to use async handler v0.2.1 Nikolay Kim 2017-11-03 13:35:34 -0700
  • ec3b139273 Allow to start tls server with HttpServer::serve_tls Nikolay Kim 2017-11-01 16:34:58 -0700
  • a12e5e9cf5 bump version Nikolay Kim 2017-10-30 20:46:39 -0700
  • ba689fd4cd badge v0.2.0 Nikolay Kim 2017-10-30 20:42:54 -0700
  • f35a3ea6db prepare release Nikolay Kim 2017-10-30 20:39:56 -0700
  • 26c13a81d2 fix link in readme Nikolay Kim 2017-10-30 16:37:26 -0700
  • 58de9dcf56 added new cancel_future_on_stop Nikolay Kim 2017-10-30 14:49:20 -0700
  • e3c058c96e convert from ref string into body Nikolay Kim 2017-10-29 22:50:21 -0700
  • 92686b6e1b add sockjs server link Nikolay Kim 2017-10-29 21:49:16 -0700
  • 4e216701c0 better handler function ergonimics Nikolay Kim 2017-10-29 21:39:59 -0700
  • 8aa20c6261 disable print Nikolay Kim 2017-10-29 20:54:52 -0700
  • 122fcd6881 stop http actor on write_eof Nikolay Kim 2017-10-29 20:51:06 -0700
  • dec4140733 added WsWriter::close Nikolay Kim 2017-10-29 19:49:59 -0700
  • 8ab04b39df update tests; clippy warnings Nikolay Kim 2017-10-29 15:04:44 -0700
  • 6b2248ecdf do not add error response if current response is in process Nikolay Kim 2017-10-29 14:51:30 -0700
  • a1b7d5995e conditional response build Nikolay Kim 2017-10-29 14:51:02 -0700
  • ce34eab832 better ws handshake error responses Nikolay Kim 2017-10-29 14:50:26 -0700
  • af1e0bac08 add HttpContext::drain() Nikolay Kim 2017-10-29 06:05:31 -0700
  • 5cd25cc8b1 fix query splitting Nikolay Kim 2017-10-29 06:03:51 -0700
  • b2670c94f4 added HttpRequest::content_type(), query() method returns HashMap Nikolay Kim 2017-10-29 06:03:21 -0700
  • d93244aa4f Do not use as it can not parse some valid paths Nikolay Kim 2017-10-27 22:19:00 -0700
  • 76ffc60971 better path recognision Nikolay Kim 2017-10-27 19:26:53 -0700
  • fb0270e27d refactor Payload stream Nikolay Kim 2017-10-26 23:14:33 -0700
  • 488fb256b4 add optional skeptic Nikolay Kim 2017-10-26 06:12:23 -0700
  • 86583049fa Fix disconnection handling Nikolay Kim 2017-10-25 16:25:26 -0700
  • da79981d90 update actix Nikolay Kim 2017-10-24 20:24:14 -0700
  • 5e54a80064 body tests Nikolay Kim 2017-10-24 00:09:52 -0700
  • ccb3f61d70 added response's helper method finish Nikolay Kim 2017-10-23 23:52:20 -0700
  • b9c11b56f8 added shared string body Nikolay Kim 2017-10-23 23:49:27 -0700
  • 1aac83ac96 more body conversion impls Nikolay Kim 2017-10-23 23:44:03 -0700
  • 4ee2a60d88 reuse BinaryBody for Frame::Payload Nikolay Kim 2017-10-23 23:39:01 -0700
  • c435f16170 refactory response body Nikolay Kim 2017-10-23 23:25:32 -0700
  • 779b480663 more simplification for RouteRecognizer Nikolay Kim 2017-10-23 22:02:42 -0700
  • d9b89ccdac simplify RouteRecognizer reuse Nikolay Kim 2017-10-23 19:28:23 -0700
  • bea8e4825d update websocket example Nikolay Kim 2017-10-23 18:42:15 -0700
  • 6d9bd4e04c update readme example Nikolay Kim 2017-10-23 17:31:46 -0700
  • 183fe9aebb set env_logger version Nikolay Kim 2017-10-23 16:07:44 -0700
  • acaf397350 disable h2 for release Nikolay Kim 2017-10-23 16:04:31 -0700
  • da8b637725 update readme Nikolay Kim 2017-10-23 15:58:05 -0700
  • 2561e5e3a0 remove kcov changes Nikolay Kim 2017-10-23 15:33:25 -0700
  • 881f22e5f7 exclude examples Nikolay Kim 2017-10-23 15:21:23 -0700
  • efada51f12 add exclude pattern for tests Nikolay Kim 2017-10-23 14:26:01 -0700
  • 4d93766a0f payload error tests Nikolay Kim 2017-10-23 14:08:11 -0700
  • 1cdfea39f0 wsframe tests Nikolay Kim 2017-10-23 13:31:22 -0700
  • 203d0dd80f add stateful example Nikolay Kim 2017-10-23 11:48:06 -0700
  • ba504cc69e use actix 0.3 Nikolay Kim 2017-10-23 10:05:07 -0700
  • 17b4c33949 update example links Nikolay Kim 2017-10-23 09:20:12 -0700