// TupleWithNoValidate A tuple of NoValidateExternal external types. // If the "noValidation" hint is omitted in the definition above, this code won't build because `http.Request` has no `Validate` ...
Does anyone know a workaround for this? I was thinking about intercepting the request process of swagger's UI package, but it doesn't seem to expose the HTTP client that executes their requests, if ...