pipe(
HTTP.request.post(`url`),
HTTP.request.textBody(querystring.stringify({
a: `a`,
b: `b`,
c: `c`
}), 'application/x-www-form-urlencoded')
)
pipe(
HTTP.request.post(`url`),
HTTP.request.textBody(querystring.stringify({
a: `a`,
b: `b`,
c: `c`
}), 'application/x-www-form-urlencoded')
)