http urls monitor.

error.go 97B

123456
  1. package request
  2. type HTTPError struct {
  3. Msg string `json:"msg" example:"status bad request"`
  4. }