RosHTTP
RosHTTP copied to clipboard
Optimize string bodies
Most bodies are simple strings and do not need to be encoded in a byte buffer. This case could be optimized by providing the backend with a string instead of a buffer for those cases.