You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/http_crawlers.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ The crawling context is passed to request handlers and provides access to the pa
161
161
{SelectolaxContextSource}
162
162
</CodeBlock>
163
163
164
-
### Building the crawler
164
+
### Crawler composition
165
165
166
166
The crawler class connects the parser and context. Extend <ApiLinkto="class/AbstractHttpCrawler">`AbstractHttpCrawler`</ApiLink> and configure the context pipeline to use your custom components:
0 commit comments