diff options
| author | 2023-03-25 11:43:30 -0400 | |
|---|---|---|
| committer | 2023-03-25 11:43:30 -0400 | |
| commit | 34a1989567839a700d502ce572b31910a759d0ee (patch) | |
| tree | 8bf086de564fb93635d843154bae5ba7c0898cc7 | |
| parent | janet: bring jurl/mime up to speed (diff) | |
janet: improve example in jurl/mime
| -rw-r--r-- | jurl/mime.janet | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jurl/mime.janet b/jurl/mime.janet index 8183aa6..ffd7442 100644 --- a/jurl/mime.janet +++ b/jurl/mime.janet @@ -49,9 +49,9 @@ out) # example -(comment (new {:name data +(comment (new {:name "data" :data "a form"} - {:name file - :data "pretending to be a file" + {:name "file" + :data [:file "local.file"] :filename "remote.file" :type "application/json"})) |
