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

9 Commits

Author SHA1 Message Date
Lucas Sunsi
56a0b1aa4c
Add HTTP method to span fields (#12) 2021-03-23 11:13:29 +00:00
Luca Palmieri
466b8a65d2
Update to the latest actix-web beta. (#8)
Co-authored-by: LukeMathWalker <contact@palmieri.com>
2021-02-11 08:57:08 +00:00
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