@@ -170,10 +170,37 @@ pkg io, const SeekStart ideal-int
170
170
pkg math/big, method (*Float) GobDecode([]uint8) error
171
171
pkg math/big, method (*Float) GobEncode() ([]uint8, error)
172
172
pkg net, method (*Dialer) DialContext(context.Context, string, string) (Conn, error)
173
+ pkg net/http, const StatusAlreadyReported = 208
174
+ pkg net/http, const StatusAlreadyReported ideal-int
175
+ pkg net/http, const StatusFailedDependency = 424
176
+ pkg net/http, const StatusFailedDependency ideal-int
177
+ pkg net/http, const StatusIMUsed = 226
178
+ pkg net/http, const StatusIMUsed ideal-int
179
+ pkg net/http, const StatusInsufficientStorage = 507
180
+ pkg net/http, const StatusInsufficientStorage ideal-int
181
+ pkg net/http, const StatusLocked = 423
182
+ pkg net/http, const StatusLocked ideal-int
183
+ pkg net/http, const StatusLoopDetected = 508
184
+ pkg net/http, const StatusLoopDetected ideal-int
185
+ pkg net/http, const StatusMultiStatus = 207
186
+ pkg net/http, const StatusMultiStatus ideal-int
187
+ pkg net/http, const StatusNotExtended = 510
188
+ pkg net/http, const StatusNotExtended ideal-int
189
+ pkg net/http, const StatusPermanentRedirect = 308
190
+ pkg net/http, const StatusPermanentRedirect ideal-int
191
+ pkg net/http, const StatusProcessing = 102
192
+ pkg net/http, const StatusProcessing ideal-int
193
+ pkg net/http, const StatusUnprocessableEntity = 422
194
+ pkg net/http, const StatusUnprocessableEntity ideal-int
195
+ pkg net/http, const StatusUpgradeRequired = 426
196
+ pkg net/http, const StatusUpgradeRequired ideal-int
197
+ pkg net/http, const StatusVariantAlsoNegotiates = 506
198
+ pkg net/http, const StatusVariantAlsoNegotiates ideal-int
173
199
pkg net/http, method (*Request) Context() context.Context
174
200
pkg net/http, method (*Request) WithContext(context.Context) *Request
175
201
pkg net/http, type Request struct, Response *Response
176
202
pkg net/http, type Response struct, Uncompressed bool
203
+ pkg net/http, type Transport struct, DialContext func(context.Context, string, string) (net.Conn, error)
177
204
pkg net/http, type Transport struct, Dialer *net.Dialer
178
205
pkg net/http, type Transport struct, IdleConnTimeout time.Duration
179
206
pkg net/http, type Transport struct, MaxIdleConns int
@@ -240,12 +267,12 @@ pkg runtime, type Frame struct, Line int
240
267
pkg runtime, type Frame struct, PC uintptr
241
268
pkg runtime, type Frames struct
242
269
pkg strings, method (*Reader) Reset(string)
243
- pkg syscall (linux-386), type SysProcAttr struct, Unshare uintptr
244
- pkg syscall (linux-386-cgo), type SysProcAttr struct, Unshare uintptr
245
- pkg syscall (linux-amd64), type SysProcAttr struct, Unshare uintptr
246
- pkg syscall (linux-amd64-cgo), type SysProcAttr struct, Unshare uintptr
247
- pkg syscall (linux-arm), type SysProcAttr struct, Unshare uintptr
248
- pkg syscall (linux-arm-cgo), type SysProcAttr struct, Unshare uintptr
270
+ pkg syscall (linux-386), type SysProcAttr struct, Unshareflags uintptr
271
+ pkg syscall (linux-386-cgo), type SysProcAttr struct, Unshareflags uintptr
272
+ pkg syscall (linux-amd64), type SysProcAttr struct, Unshareflags uintptr
273
+ pkg syscall (linux-amd64-cgo), type SysProcAttr struct, Unshareflags uintptr
274
+ pkg syscall (linux-arm), type SysProcAttr struct, Unshareflags uintptr
275
+ pkg syscall (linux-arm-cgo), type SysProcAttr struct, Unshareflags uintptr
249
276
pkg testing, method (*B) Run(string, func(*B)) bool
250
277
pkg testing, method (*T) Run(string, func(*T)) bool
251
278
pkg testing, type InternalExample struct, Unordered bool
0 commit comments