""" Defines http backends for processing http requests """ from .requests_backend import RequestsBackend DefaultBackend = RequestsBackend