package
0.0.0-20241221011320-92d65ab80816
Repository: https://github.com/soulteary/webhook.git
Documentation: pkg.go.dev

# Functions

Dumper returns a debug middleware which prints detailed information about incoming requests and outgoing responses including all headers, parameters and bodies.
GetReqID returns a request ID from the given context if one is present.
NewLogger creates a new RequestLogger Handler.
RequestID is a middleware that injects a request ID into the context of each request.
No description provided by the author
No description provided by the author

# Constants

RequestIDKey is the key that holds the unique request ID in a request context.

# Structs

LogEntry represents an individual log entry.
Logger is a middleware that logs useful data about each HTTP request.
No description provided by the author

# Type aliases

No description provided by the author