net/http.CrossOriginProtection.Check (method)

2 uses

	net/http (current package)
		csrf.go#L130: func (c *CrossOriginProtection) Check(req *Request) error {
		csrf.go#L204: 		if err := c.Check(r); err != nil {