activitypub-federation-rust/src/core
aumetra 463580d734
Restrict the body sizes of responses (#23)
* Add default response body size limit

* Limit all the methods, add reqwest shim that wraps around bytes_stream

* Change image to rust:1.65-bullseye

* Use `DeserializeOwned` instead of the HRTB over `Deserialize`

* Remove the configurability, limit to 100KB

* Add documentation to body size restricted functions

* rustfmt
2023-01-28 04:45:11 +01:00
..
actix Remove verify methods (fixes #15) (#21) 2023-01-16 22:54:23 +01:00
axum Remove verify methods (fixes #15) (#21) 2023-01-16 22:54:23 +01:00
activity_queue.rs Restrict the body sizes of responses (#23) 2023-01-28 04:45:11 +01:00
inbox.rs feat: add axum compat (#12) 2022-11-28 21:19:56 +00:00
mod.rs feat: add axum compat (#12) 2022-11-28 21:19:56 +00:00
object_id.rs Remove verify methods (fixes #15) (#21) 2023-01-16 22:54:23 +01:00
signatures.rs feat: add axum compat (#12) 2022-11-28 21:19:56 +00:00