Skip to content
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

Implement transport.LogRequests() #9

Merged
merged 4 commits into from
Oct 4, 2024

Commits on Oct 4, 2024

  1. Implement transport.LogRequests()

    - Remove external dependencies (implement our own CURL printer)
    - Switch to slog.Logger (requires Go 1.21)
    - Require new opts param (this is technically breaking change, but we're under v0.0.0-, so it's fine).
    VojtechVitek committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    171330f View commit details
    Browse the repository at this point in the history
  2. Fix tests

    VojtechVitek committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2cb71e3 View commit details
    Browse the repository at this point in the history
  3. Update README

    VojtechVitek committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    5fca50d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a2ee44 View commit details
    Browse the repository at this point in the history