leviysoft / mockingbird

Flexible mock server
Apache License 2.0
9 stars 3 forks source link

Keep original request body as Array[Byte] #70

Closed ashashev closed 3 months ago

ashashev commented 4 months ago

Keep the original body request as an Array[Byte]. It's necessary for the mode proxy, because if the body is binary data, converting to string makes the body is invalid.

@mockingbird/maintainers