net/http.Request.ctx (field)
11 uses
net/http (current package)
client.go#L358: req.ctx, cancelCtx = context.WithDeadline(oldCtx, deadline)
client.go#L365: req.ctx, cancelCtx = context.WithDeadline(oldCtx, deadline)
client.go#L661: ctx: ireq.ctx,
request.go#L322: ctx context.Context
request.go#L337: if r.ctx != nil {
request.go#L338: return r.ctx
request.go#L360: r2.ctx = ctx
request.go#L377: r2.ctx = ctx
request.go#L877: ctx: ctx,
server.go#L1025: req.ctx = ctx
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |