use-http
use-http copied to clipboard
Additional double quote on request body when request.post('/route', 'string body')
The issue is related to fixed #232 Observed additional double quote in request body while sending raw text using below method: request.post('/route', 'string body')
This is not happening when using useAxious
Will fix asap!