Expand description
Form extraction for halldyll-parser
This module handles extraction of:
- Login forms (username/password)
- Search forms
- Contact forms
- Newsletter/subscription forms
- File upload forms
- Generic form analysis
Structs§
- Form
- Represents an HTML form
- Form
Field - Form field
- Select
Option - Select option
Enums§
- Field
Type - Form field type
- Form
Method - HTTP form method
- Form
Type - Detected form type
Functions§
- extract_
forms - Extract all forms from HTML document
- get_
contact_ forms - Get all contact forms from document
- get_
login_ forms - Get all login forms from document
- get_
search_ forms - Get all search forms from document
- has_
forms - Check if page has any forms
- has_
login_ form - Check if page has login form
- has_
search_ form - Check if page has search form