(statusCode int)
| 604 | } |
| 605 | |
| 606 | func (r *responseRecorder) WriteHeader(statusCode int) { |
| 607 | r.statusCode = statusCode |
| 608 | } |
| 609 | |
| 610 | // matchPath checks if a request path matches a pattern (supports simple wildcards) |
| 611 | func matchPath(pattern, path string) bool { |
no outgoing calls
no test coverage detected