mirror of
https://git.proxmox.com/git/proxmox
synced 2025-04-28 18:48:09 +00:00
![]() this allows us to write api handlers that have access to a request's headers and to create a low level response while being able to also specify the parameter in the request's body. this is useful for endpoints that should not use url parameters, but still need to access/set specific headers. previously, `AsyncHttp` did not allow for parameters that were marked as non-optional to be passed in the body of a request. as a side-effect, the body is parsed by the rest server to check for parameters and consumed. so it cannot be passed on by the handler. Signed-off-by: Shannon Sterz <s.sterz@proxmox.com> |
||
---|---|---|
.. | ||
debian | ||
src | ||
tests | ||
Cargo.toml |