[−][src]Module yukikaze::extractor
Extractors module
Various utilities that are used by yukikaze client module
Structs
| CookieIter | Cookie extractor. |
| Noop | Noop Notifier. |
Enums
| BodyReadError | Describes possible errors when reading body. |
Traits
| Notifier | Describes Body download progress |
Functions
| file | Extracts body as bytes from |
| file_notify | Extracts body as bytes from |
| json | Extracts body as JSON from |
| json_charset | Extracts body as JSON from |
| json_charset_notify | Extracts body as JSON from |
| json_notify | Extracts body as JSON from |
| raw_bytes | Extracts body as bytes from |
| raw_bytes_notify | Extracts body as bytes from |
| text | Extracts body as text from |
| text_charset | Extracts body as text from |
| text_charset_notify | Extracts body as text from |
| text_notify | Extracts body as text from |