class HTTP::Features::Logging

Log requests and responses. Request verb and uri, and Response status are logged at ‘info`, and the headers and bodies of both are logged at `debug`. Be sure to specify the logger when enabling the feature:

HTTP.use(logging: {logger: Logger.new(STDOUT)}).get("https://example.com/")