Skip to content

[Feature]Expose the asynchronous implementation of ExecuteWebRequest #354

@JadynWong

Description

@JadynWong

public HttpResponseMessage ExecuteWebRequest(HttpMethod method, string queryString, string body, Dictionary<string, List<string>> customHeaders, string contentType = default, CancellationToken cancellationToken = default)

Currently there is only a synchronous implementation of `ExecuteWebRequest'. This uses blocking of asynchronous requests to return results.

A fully asynchronous implementation of ExecuteWebRequestAsync would be excellent! Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions