ac_core.interfaces package#
Submodules#
ac_core.interfaces.HttpUtil module#
- class ac_core.interfaces.HttpUtil.HttpRespInterface(*args, **kwargs)[source]#
Bases:
Protocol- status_code: int#
- text: str#
- class ac_core.interfaces.HttpUtil.HttpUtilInterface(*args, **kwargs)[source]#
Bases:
Protocol- get(url: str, allow_redirects=True) HttpRespInterface[source]#
- post(url: str, data: object, allow_redirects=True) HttpRespInterface[source]#