You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-20 12:02:22 +03:00
Make HTTP request layers convert to Bytes
Add layer to convert a request's Bytes to a Body.
This commit is contained in:
committed by
Quentin Gliech
parent
669a1867b7
commit
348044afdc
@@ -39,7 +39,8 @@ pub use self::{
|
||||
},
|
||||
future_service::FutureService,
|
||||
layers::{
|
||||
body_to_bytes::{self, BodyToBytes, BodyToBytesLayer},
|
||||
body_to_bytes_response::{self, BodyToBytesResponse, BodyToBytesResponseLayer},
|
||||
bytes_to_body_request::{self, BytesToBodyRequest, BytesToBodyRequestLayer},
|
||||
catch_http_codes::{self, CatchHttpCodes, CatchHttpCodesLayer},
|
||||
client::ClientLayer,
|
||||
form_urlencoded_request::{self, FormUrlencodedRequest, FormUrlencodedRequestLayer},
|
||||
|
||||
Reference in New Issue
Block a user