Skip to content

Commit

Permalink
Merge pull request #35 from mkp95/gh-pages
Browse files Browse the repository at this point in the history
Added --data-raw support
  • Loading branch information
incarnate authored Oct 18, 2021
2 parents 47e0fed + 0b7468e commit 59926ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/js/curl-to-php.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ function curlToPHP(curl) {
loadData(cmd.d);
if (cmd.data)
loadData(cmd.data);
if (cmd['data-raw'])
loadData(cmd['data-raw']);
if (cmd['data-binary'])
loadData(cmd['data-binary']);
if (cmd.F)
Expand Down

0 comments on commit 59926ab

Please sign in to comment.