Skip to content

Provide CancellationToken as optional parameter to all methods, so requests can be cancelled or timed-out. #238

@pianomanjh

Description

@pianomanjh

It is common for APIs involving potentially long http requests, to accept a CancellationToken, such that a call can be cancelled, or timed-out by a user.
It would be fairly simple to add to this API, as it would be just need be passed down to the HttpClient, that accepts one in SendAsync.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions