diff options
author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2018-12-21 17:09:53 -0500 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-12-21 17:09:53 -0500 |
commit | cbee2895b3643aaccd62b221bf1bb4ac6a1ca9fb (patch) | |
tree | c02fb8a8edcea85f86c12a14a9736f3b35357a85 /tests | |
parent | 317fddbbf8615b8cb4dc3c0ea7d81c0c80a8e3ee (diff) |
Implement `Body.formData` for fetch (#1393)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/subdir/form_urlencoded.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/subdir/form_urlencoded.txt b/tests/subdir/form_urlencoded.txt new file mode 100644 index 000000000..70e087c20 --- /dev/null +++ b/tests/subdir/form_urlencoded.txt @@ -0,0 +1 @@ +field_1=Hi&field_2=%3CDeno%3E
\ No newline at end of file |