This commit is contained in:
Roberto Abdelkader Martínez Pérez
2020-02-13 12:25:17 +01:00
parent 5a3a421a04
commit da50501428
+2 -2
View File
@@ -273,7 +273,7 @@ If the user runs:
.. code-block:: console
$ curl -F -d myfile=@filename.txt http://kapow.example:8080/
$ curl -F 'myfile=@filename.txt' http://kapow.example:8080/
then, when handling the request:
@@ -301,7 +301,7 @@ If the user runs:
.. code-block:: console
$ curl -F -d myfile=@filename.txt http://kapow.example:8080/
$ curl -F 'myfile=@filename.txt' http://kapow.example:8080/
then, when handling the request: