Skip to content

Deprecate bare request(), get() and family for encouraging ClientSession usage #729

@asvetlov

Description

@asvetlov

Recreating Connector on every request is a little expensive.
ClientSession allows connection utilization, it also supports keep-alives out-of-the box.

Unfortunately I see many examples of bare coroutines usage -- people are lazy :(

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions