http urls monitor.

response_writer_1.7.go 267B

12345678910111213
  1. // +build !go1.8
  2. // Copyright 2018 Gin Core Team. All rights reserved.
  3. // Use of this source code is governed by a MIT style
  4. // license that can be found in the LICENSE file.
  5. package gin
  6. // ResponseWriter ...
  7. type ResponseWriter interface {
  8. responseWriterBase
  9. }