Skip to content

Add integration for RestSharp Client #788

@AntyaDev

Description

@AntyaDev

Reference: https://restsharp.dev/
Docs: https://nbomber.com/docs/protocols/http/restsharp

API Example:

Task<Response<RestResponse>> SendPatch(RestRequest request)
Task<Response<TResponse>> SendPatch<TResponse>(RestRequest request)

Task<Response<TResponse>> SendPut<TResponse>(RestRequest request)
  • add example of usage
  • update documentation with examples under HTTP

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions