Skip to content

Commit 8195397

Browse files
Mantisusvdusek
andauthored
Update docs/guides/http_crawlers.mdx
Co-authored-by: Vlada Dusek <[email protected]>
1 parent 08ee00c commit 8195397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/http_crawlers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ The parser converts HTTP responses into a parsed document and provides methods f
153153

154154
This is enough to use your parser with `AbstractHttpCrawler.create_parsed_http_crawler_class` factory method. For more control, continue with custom context and crawler classes below.
155155

156-
### Defining the crawling context
156+
### Crawling context definition
157157

158158
The crawling context is passed to request handlers and provides access to the parsed content. Extend <ApiLink to="class/ParsedHttpCrawlingContext">`ParsedHttpCrawlingContext`</ApiLink> to define the interface your handlers will work with. Here you can implement additional helpers for the crawler context.
159159

0 commit comments

Comments
 (0)