icarus-consulting / Yaapii.Http

C# Library for Http Request
MIT License
7 stars 0 forks source link

RequestBody.With should accept bytes, not text #19

Closed Meerownymous closed 4 years ago

Meerownymous commented 5 years ago

Expected Behavior

RequestBody.With accepts bytes.

Actual Behavior

It accepts IText.

Mention any other details that might be useful

Steps to reproduce the behavior

The log given by the failure.

Meerownymous commented 4 years ago

obsolete