activitypub-federation-rust/src
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
..
core Restrict the body sizes of responses (#23) 2023-01-28 04:45:11 +01:00
deser feat: expose activity pub json wrapped value (#22) 2023-01-25 01:51:41 +01:00
utils Restrict the body sizes of responses (#23) 2023-01-28 04:45:11 +01:00
data.rs Initial commit 2022-06-02 13:26:05 +02:00
lib.rs Restrict the body sizes of responses (#23) 2023-01-28 04:45:11 +01:00
signature.rs feat: add axum compat (#12) 2022-11-28 21:19:56 +00:00
traits.rs Remove verify methods (fixes #15) (#21) 2023-01-16 22:54:23 +01:00
utils.rs Restrict the body sizes of responses (#23) 2023-01-28 04:45:11 +01:00