Веб-документация библиотеки расширений PureData CEAMMC
доступно с версии: 0.9.8
URL download URL
тип: symbol
обязательно: True
[FILE] save filename. If not specified, use HTTP document filename
тип: symbol
[@PARAMS] see get method parameters
тип: list
URL request URL
тип: symbol
обязательно: True
[@header] additional http header: @header NAME VALUE
тип: list
[@form] form key-value pair: @form KEY VALUE. For application/x-www-form-urlencoded MIME type.
тип: list
[@auth] basic auth username/password: @auth USER PASS
тип: list
[@css] apply CSS selector to the request body: @css SEL OUTPUT_TYPE, where OUTPUT_TYPE is one of: 'html', 'inner', 'text', 'href', 'none'. 'html' - returns selected elenent HTML content, 'inner' - returns inner HTML content, without element surrounding tags, 'text' returns element text without tags, 'href' - return href attribute of selected element, 'none' - returns empty string
тип: list
[@strip_ws] replace multiple whitespaces/newlines/tabs with single space
тип: symbol
[@json] parse result as Json and output it as data:Dict()
тип: symbol
URL request URL
тип: symbol
обязательно: True
[@PARAMS] see get method parameters
тип: list
URL upload URL
тип: symbol
обязательно: True
FILE upload file path in the filesystem
тип: symbol
обязательно: True
FORM_KEY form entry key
тип: symbol
обязательно: True
[@PARAMS] see get method parameters
тип: list
Авторы: Serge Poltavsky
Лицензия: GPL3 or later