Versions in this module Expand all Collapse all v1 v1.1.0 Jul 5, 2024 Changes in this version + const ApplicationJSON + const ContentType + const ProcessIDContextKey + type Rest interface + Delete func(ctx context.Context, url string, header map[string]string, ...) ([]byte, int, error) + Get func(ctx context.Context, url string, header map[string]string, ...) ([]byte, int, error) + Post func(ctx context.Context, url string, header map[string]string, payload any) ([]byte, int, error) + Put func(ctx context.Context, url string, header map[string]string, payload any) ([]byte, int, error) + func New(timeout time.Duration, addLogToExtraData bool) Rest