Add section for table/columns with spaces

This commit is contained in:
steve-chavez
2019-01-06 20:58:07 -05:00
committed by Steve Chávez
parent 2dcb5ee746
commit 4119538ab7
+13
View File
@@ -249,6 +249,19 @@ Do this:
GET /%D9%85%D9%88%D8%A7%D8%B1%D8%AF HTTP/1.1
.. _tabs-cols-w-spaces:
Table / Columns with spaces
~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can request table/columns with spaces in them by percent encoding the spaces with ``%20``:
.. code-block:: http
GET /Order%20Items?Unit%20Price=lt.200 HTTP/1.1
.. _reserved-chars:
Reserved characters
~~~~~~~~~~~~~~~~~~~