arturo-lang / arturo

Simple, expressive & portable programming language for efficient scripting
http://arturo-lang.io
MIT License
721 stars 32 forks source link

[Net\request] Feature Request: support :string body #1790

Open nick-chandoke opened 4 hours ago

nick-chandoke commented 4 hours ago

request should support passing raw strings for body, thus enabling the same behavior as curl -X POST -d a=b&c=d—simply that the url-encoded query string is now in the body instead of the url.

I've found an api that requires this instead of multipart form data, so that's why it's occurring to me to request this feature.

github-actions[bot] commented 4 hours ago

Thank you for submitting an issue! :)

drkameleon commented 1 minute ago

Thanks! Noted and will be implemented! 😉