-
Notifications
You must be signed in to change notification settings - Fork 593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an optional X-Audit-Log-Reason header to auditable actions #296
Comments
I can tackle this. Been meaning to contribute, and it seems like low-hanging fruit. My plan is to add a |
If you did the latter version it could be added to the current branch without breaking changes, then we can look at how we should structure it on the v0.6.x branch afterwards. |
Because it has been left for long, I'd like to work on this. |
I would say that it is better to add a single dependency, https://crates.io/crates/percent-encoding, (which does not depend on any other crate) than to roll it ourselves. |
I think I'll give up the idea of having two variants of the same method. There already are a lot of them, and I think having two methods for 30 routes or so, just in the raw Http struct, is a lot, but there are much more methods from all the model structs. |
Does this issue still need to be open? |
No description provided.
The text was updated successfully, but these errors were encountered: