http urls monitor.

context_appengine.go 243B

123456789101112
  1. // +build appengine
  2. // Copyright 2017 Manu Martinez-Almeida. 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. func init() {
  7. defaultAppEngine = true
  8. }