sesamy-go/pkg/client
Kevin Franklin Kim 07b186d846
feat: add middleware for handling requests without cancel context
Introduced `GTagMiddlewarWithoutCancel` and `MPv2MiddlewarWithoutCancel` to allow handling of requests with contexts where cancellation signals are ignored. This improves flexibility for specific use cases where cancel propagation is not desired.
2025-04-25 14:52:23 +02:00
..
gtag_test.go feat: go 1.24.1 2025-03-13 07:58:26 +01:00
gtag.go feat: refactor event creation and move clients 2024-05-25 21:55:30 +02:00
gtagmiddleware.go feat: add middleware for handling requests without cancel context 2025-04-25 14:52:23 +02:00
mpv2_test.go feat: go 1.24.1 2025-03-13 07:58:26 +01:00
mpv2.go fix: set content type 2024-12-10 08:45:46 +01:00
mpv2middleware.go feat: add middleware for handling requests without cancel context 2025-04-25 14:52:23 +02:00