We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab398e0 commit b9d5874Copy full SHA for b9d5874
requester.go
@@ -120,9 +120,8 @@ type Requester struct {
120
// Defaults to http.DefaultClient.
121
Doer Doer
122
123
- // Middleware wraps the Doer. Middleware will be invoked in the order
124
- // it is in this slice: the first middleware in the slice will be
125
- // the innermost middleware.
+ // Middleware wraps the Doer. The middleware is ordered from outermost
+ // to innermost.
126
Middleware []Middleware
127
128
// Unmarshaler will be used by the Receive methods to unmarshal
0 commit comments