You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,15 @@ go run ./cmd/client
27
27
28
28
## Client examples
29
29
30
+
**Important**: All clients must provide a User-Agent header in the format `client-name/version` (e.g., `myapp/v1.0.0`). Connections without a valid User-Agent will be rejected with a 400 Bad Request error.
r=r.WithContext(context.WithValue(r.Context(), reservationTokenKey, reservationToken))//nolint:contextcheck // We're properly using r.Context() to derive the new context
0 commit comments