module documentation

Undocumented

Class CurlParser Undocumented
Function curl_to_request_kwargs Convert a cURL command syntax to Request kwargs.
Variable curl_parser Undocumented
Variable safe_to_ignore_arguments Undocumented
Function _parse_headers_and_cookies Undocumented
def curl_to_request_kwargs(curl_command: str, ignore_unknown_options: bool = True) -> dict: (source)

Convert a cURL command syntax to Request kwargs. :param str curl_command: string containing the curl command :param bool ignore_unknown_options: If true, only a warning is emitted when cURL options are unknown. Otherwise raises an error. (default: True) :return: dictionary of Request kwargs

curl_parser = (source)

Undocumented

safe_to_ignore_arguments: list = (source)

Undocumented

def _parse_headers_and_cookies(parsed_args): (source)

Undocumented