Class BrokenLinkEmailsMiddleware
Declaration
source linkMethods
▷ def is_ignorable_request(self, request, uri, domain, referer) Return True if the given request *shouldn't* notify the site managers according to project settings or in situations outlined by the inline comments.
▷ def is_internal_request(self, domain, referer) Return True if the referring URL is the same domain as the current request.
▷ def process_response(self, request, response) Send broken link emails for relevant 404 NOT FOUND responses.