Add setting headers via pre-request

This commit is contained in:
steve-chavez
2020-02-15 13:56:38 -05:00
committed by Steve Chavez
parent 1f40492d64
commit 5fd86e682b
2 changed files with 43 additions and 6 deletions
+6 -6
View File
@@ -10,18 +10,18 @@ These are changes yet unreleased. If you'd like to try them out before a new off
Added
-----
* Support for HTTP HEAD requests.
|br| -- `@steve-chavez <https://github.com/steve-chavez>`_
* Add GUCs for :ref:`guc_req_path_method`.
|br| -- `@steve-chavez <https://github.com/steve-chavez>`_
* Support for :ref:`planned_count` and :ref:`estimated_count`.
|br| -- `@steve-chavez <https://github.com/steve-chavez>`_
* Support for :ref:`Resource Embedding Disambiguation <embed_disamb>`.
|br| -- `@steve-chavez <https://github.com/steve-chavez>`_
* HTTP improvements -- `@steve-chavez <https://github.com/steve-chavez>`_
+ Support for HTTP HEAD requests.
+ GUCs for :ref:`guc_req_path_method`.
+ Support for :ref:`pre_req_headers`.
* Documentation reference for :ref:`s_proc_embed`.
* Documentation reference for :ref:`mutation_embed`.