{py:mod}abx_plugin_curl.config
:allowtitles:
Module Contents
Classes
:class: autosummary longtable
:align: left
* - {py:obj}`CurlConfig <abx_plugin_curl.config.CurlConfig>`
-
Data
:class: autosummary longtable
:align: left
* - {py:obj}`CURL_CONFIG <abx_plugin_curl.config.CURL_CONFIG>`
- ```{autodoc2-docstring} abx_plugin_curl.config.CURL_CONFIG
:summary:
```
API
:canonical: abx_plugin_curl.config.CurlConfig
Bases: {py:obj}`abx_spec_config.base_configset.BaseConfigSet`
````{py:attribute} SAVE_TITLE
:canonical: abx_plugin_curl.config.CurlConfig.SAVE_TITLE
:type: bool
:value: >
'Field(...)'
```{autodoc2-docstring} abx_plugin_curl.config.CurlConfig.SAVE_TITLE
```
````
````{py:attribute} SAVE_HEADERS
:canonical: abx_plugin_curl.config.CurlConfig.SAVE_HEADERS
:type: bool
:value: >
'Field(...)'
```{autodoc2-docstring} abx_plugin_curl.config.CurlConfig.SAVE_HEADERS
```
````
````{py:attribute} USE_CURL
:canonical: abx_plugin_curl.config.CurlConfig.USE_CURL
:type: bool
:value: >
'Field(...)'
```{autodoc2-docstring} abx_plugin_curl.config.CurlConfig.USE_CURL
```
````
````{py:attribute} CURL_BINARY
:canonical: abx_plugin_curl.config.CurlConfig.CURL_BINARY
:type: str
:value: >
'Field(...)'
```{autodoc2-docstring} abx_plugin_curl.config.CurlConfig.CURL_BINARY
```
````
````{py:attribute} CURL_ARGS
:canonical: abx_plugin_curl.config.CurlConfig.CURL_ARGS
:type: typing.List[str]
:value: >
['--silent', '--location', '--compressed']
```{autodoc2-docstring} abx_plugin_curl.config.CurlConfig.CURL_ARGS
```
````
````{py:attribute} CURL_EXTRA_ARGS
:canonical: abx_plugin_curl.config.CurlConfig.CURL_EXTRA_ARGS
:type: typing.List[str]
:value: >
[]
```{autodoc2-docstring} abx_plugin_curl.config.CurlConfig.CURL_EXTRA_ARGS
```
````
````{py:attribute} CURL_TIMEOUT
:canonical: abx_plugin_curl.config.CurlConfig.CURL_TIMEOUT
:type: int
:value: >
'Field(...)'
```{autodoc2-docstring} abx_plugin_curl.config.CurlConfig.CURL_TIMEOUT
```
````
````{py:attribute} CURL_CHECK_SSL_VALIDITY
:canonical: abx_plugin_curl.config.CurlConfig.CURL_CHECK_SSL_VALIDITY
:type: bool
:value: >
'Field(...)'
```{autodoc2-docstring} abx_plugin_curl.config.CurlConfig.CURL_CHECK_SSL_VALIDITY
```
````
````{py:attribute} CURL_USER_AGENT
:canonical: abx_plugin_curl.config.CurlConfig.CURL_USER_AGENT
:type: str
:value: >
'Field(...)'
```{autodoc2-docstring} abx_plugin_curl.config.CurlConfig.CURL_USER_AGENT
```
````
````{py:attribute} CURL_COOKIES_FILE
:canonical: abx_plugin_curl.config.CurlConfig.CURL_COOKIES_FILE
:type: typing.Optional[pathlib.Path]
:value: >
'Field(...)'
```{autodoc2-docstring} abx_plugin_curl.config.CurlConfig.CURL_COOKIES_FILE
```
````
:canonical: abx_plugin_curl.config.CURL_CONFIG
:value: >
'CurlConfig(...)'
```{autodoc2-docstring} abx_plugin_curl.config.CURL_CONFIG
```
Last updated