misc: updated dependencies

This commit is contained in:
evilsocket 2018-09-13 13:22:40 +02:00
parent 678865cd6d
commit c8f60e5968
No known key found for this signature in database
GPG key ID: 1564D7F30393A456
201 changed files with 32341 additions and 3357 deletions

View file

@ -7,7 +7,8 @@ package mux
import "net/http"
// SetURLVars sets the URL variables for the given request, to be accessed via
// mux.Vars for testing route behaviour.
// mux.Vars for testing route behaviour. Arguments are not modified, a shallow
// copy is returned.
//
// This API should only be used for testing purposes; it provides a way to
// inject variables into the request context. Alternatively, URL variables