1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 07:53:00 +01:00
actix-extras/actix-http/src
Rotem Yaari d03296237e Log error results in Logger middleware (closes #938) (#984)
* Log error results in Logger middleware (closes #938)

* Log internal server errors with an ERROR log level

* Logger middleware: don't log 500 internal server errors, as Actix now logs them always

* Changelog
2019-07-18 14:31:18 +06:00
..
client nightly clippy warnings 2019-07-17 15:53:51 +06:00
cookie nightly clippy warnings 2019-07-17 15:53:51 +06:00
encoding prepare actix-http release 2019-06-16 21:59:22 +06:00
h1 nightly clippy warnings 2019-07-17 15:53:51 +06:00
h2 nightly clippy warnings 2019-07-17 15:53:51 +06:00
header Replace ClonableService with local copy 2019-07-17 13:55:44 +06:00
ws nightly clippy warnings 2019-07-17 15:53:51 +06:00
body.rs body helpers 2019-06-01 17:57:25 +06:00
builder.rs nightly clippy warnings 2019-07-17 15:53:51 +06:00
cloneable.rs Replace ClonableService with local copy 2019-07-17 13:55:44 +06:00
config.rs Remove several usages of 'unsafe' (#968) 2019-07-18 04:45:17 +06:00
error.rs nightly clippy warnings 2019-07-17 15:53:51 +06:00
extensions.rs nightly clippy warnings 2019-07-17 15:53:51 +06:00
helpers.rs Add on-connect callback #946 2019-06-28 14:34:26 +06:00
httpcodes.rs Add builder function for HTTP 429 Too Many Requests status (#931) 2019-06-21 13:06:29 +06:00
httpmessage.rs Use encoding_rs crate instead of unmaintained encoding crate (#922) 2019-06-18 12:43:25 +06:00
lib.rs Replace ClonableService with local copy 2019-07-17 13:55:44 +06:00
message.rs Replace ClonableService with local copy 2019-07-17 13:55:44 +06:00
payload.rs Remove generic type for request payload, always use default 2019-04-13 14:50:54 -07:00
request.rs more tests 2019-04-17 17:48:25 -07:00
response.rs Log error results in Logger middleware (closes #938) (#984) 2019-07-18 14:31:18 +06:00
service.rs Remove several usages of 'unsafe' (#968) 2019-07-18 04:45:17 +06:00
test.rs Expose peer addr via Request::peer_addr() and RequestHead::peer_addr 2019-04-16 09:54:02 -07:00