Skip to content

Releases: zvakanaka/curl-string

Encode Spaces in URL to %20

17 Mar 20:05
25fd2fb
Compare
Choose a tag to compare
Merge pull request #11 from zvakanaka/url-encode-spaces

Encode Spaces in URL

3.0.0 ESM

08 Feb 15:29
89a048d
Compare
Choose a tag to compare

Converted to ESM (import instead of require).

Remove Newline from Output

30 Sep 02:52
ba16e28
Compare
Choose a tag to compare
Merge pull request #9 from zvakanaka/2-0-0-remove-newline-from-output

Remove Newline from Output

v1.1.0

07 Oct 20:55
4e02c9e
Compare
Choose a tag to compare

1.1.0

  • Handle additional content-type header (and its body):
    content-type: application/x-www-form-urlencoded
    (See gist for example)