fsprojects / FsHttp

HTTP library fir F#
https://fsprojects.github.io/FsHttp/
Apache License 2.0
445 stars 43 forks source link

Secrets and Logging / Stringifying #196

Open SchlenkR opened 4 months ago

SchlenkR commented 4 months ago

When transforming requests / responses to string, secrets (like values from Authorization headers, and maybe others) could be omitted or rendered with ****

See discussion here: https://github.com/fsprojects/FsHttp/issues/195