1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-23 19:03:03 +01:00

57 Commits

Author SHA1 Message Date
P G Nithin Reddy
a66fecf020
Update actix_web to 4.0 (#7) 2021-01-24 15:42:33 +00:00
Valentin Brandl
cae596811d
Make request ID extractable in request handlers (#3)
* Make request ID extractable in request handlers

* Remove unnecessary clone

* Implement `Display`, `Deref` and `Into` for RequestId

* Derive `Copy` for `RequestId` since `Uuid` is `Copy`

* Document `RequestId`

* Clarify, when the ID is logged

Co-authored-by: Valentin Brandl <mail+dev@vbrandl.net>
2020-10-31 15:32:45 +00:00
Luca Palmieri
267b38466a Fix example. 2020-09-28 08:49:56 +01:00
Luca Palmieri
22e7c06486 Fix documentation links. 2020-09-27 16:47:25 +01:00
Luca Palmieri
209ed46498 Update to latest version of actix-web. 2020-09-27 16:46:31 +01:00
Luca Palmieri
5da38fa16d Add request id 2020-09-27 16:41:22 +01:00
Luca Palmieri
a60c530fd5 First release. 2020-09-27 16:27:51 +01:00