fuzzing.http.url¶
- class asdfuzz.http.url.URL(url: bytes)¶
Bases:
objectA URL in the request. Several properties, such as parameters and directories, are derived upon initialization.
- property colored_url: str¶
Printable and colored representation of the URL.
- disable_all_fuzzing()¶
When called, disables all fuzzing in the URL.
- hashtag = b'#'¶
- question = b'?'¶
- slash = b'/'¶
- url: bytes¶
The raw URL in the request.