LLMProxy.Plugs.JSONBodyParser (llm_proxy v0.1.0)

Copy Markdown View Source

Parses authenticated JSON request bodies with a bounded limit and a structured oversized response.

Keep this plug after authentication and quota checks so rejected clients cannot make the proxy read or decode large JSON bodies.

Summary

Functions

body_limit_bytes()

@spec body_limit_bytes() :: pos_integer()