0f2c4b3b68
Sometimes HTTP requests are buried inside third-party libraries where we can't otherwise access their request method/URL, so this ensures we'll always have at least a record of the fact that a request happened, even if there's no other logging for why it did. We only include the method and URL here under the assumption that secret keys and other particularly sensitive information will not appear there, in line with usual best-practices. |
||
---|---|---|
.. | ||
client.go | ||
client_test.go | ||
useragent.go | ||
useragent_test.go |