Add reference for OPTIONS on the API page (#407)

* Add CORS documentation
* Add options requests to upcoming page
This commit is contained in:
laurenceisla
2021-06-14 19:30:22 -05:00
committed by GitHub
parent a9dbd9e14f
commit 326019cca2
3 changed files with 58 additions and 0 deletions
+5
View File
@@ -12,9 +12,14 @@ Added
* Allow HTTP status override through the :ref:`response.status <guc_resp_status>` GUC.
|br| -- `@steve-chavez <https://github.com/steve-chavez>`_
* Allow :ref:`s_procs_variadic`.
|br| -- `@wolfgangwalther <https://github.com/wolfgangwalther>`_
* Documentation improvements
+ Added the :ref:`OPTIONS requests <options_requests>` section.
Fixed
-----