[][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 Stream and write it to file

file_notify

Extracts body as bytes from Stream and write it to file

json

Extracts body as JSON from Stream

json_charset

Extracts body as JSON from Stream

json_charset_notify

Extracts body as JSON from Stream

json_notify

Extracts body as JSON from Stream

raw_bytes

Extracts body as bytes from Stream

raw_bytes_notify

Extracts body as bytes from Stream

text

Extracts body as text from Stream

text_charset

Extracts body as text from Stream

text_charset_notify

Extracts body as text from Stream

text_notify

Extracts body as text from Stream