Skip to content

light version of HttpClient #199

@fafhrd91

Description

@fafhrd91

i removed HttpClient from 0.12, but i think we need some lightweight version of it,
something like

    client = aiohttp.HttpClient('http://...', keep_alive=True)
    yield from client.request('GET', '/path1')
    yield from client.request('POST', '/path2')

@asvetlov @kxepal @popravich ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions