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
@@ -143,7 +143,7 @@ This approach is recommended when you need tight integration between parsing and
143
143
144
144
The following example demonstrates how to create a custom crawler using `selectolax` with the `Lexbor` engine.
145
145
146
-
### Implementing the parser
146
+
### Parser implementation
147
147
148
148
The parser converts HTTP responses into a parsed document and provides methods for element selection. Implement <ApiLinkto="class/AbstractHttpParser">`AbstractHttpParser`</ApiLink> using `selectolax` with required methods for parsing and querying:
0 commit comments