Documentation
¶
Overview ¶
Copyright 2024 Tamas Gulacsi. All rights reserved. Copyright 2023 Jamie Tama. All rights reserved.
Package loghttp is from https://www.jvt.me/posts/2023/03/11/go-debug-http/
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LoggingTransport ¶
type LoggingTransport struct { LogLevel slog.Leveler Transport http.RoundTripper }
func Transport ¶
func Transport(tr http.RoundTripper, opts ...option) LoggingTransport
Transport returns a transport that logs requests and responses.
Click to show internal directories.
Click to hide internal directories.