Skip to content

Extend Http.Send() with HttpCompletionOption #536

Description

@Adelhaide22

HttpClient in System.Net.Http has overload for method Send(), which accept HttpCompletionOption as parameter (it controls at what point operations on HttpClient should be considered completed and can improve performance).
Example usage:
using var response = _httpClient.SendAsync(httpRequest, HttpCompletionOption.ResponseHeadersRead)
I would like to have similar overload for NBomber's Http.Send() method.

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