Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed Apr 21, 2018
1 parent d27f328 commit 3a9c479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced/http-headers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Client side
Send HTTP Headers with client requests
++++++++++++++++++++++++++++++++++++++

Use `Twirp\Context::withHttpRequestHeaders` to attach a map of headers to the context:
Use ``Twirp\Context::withHttpRequestHeaders`` to attach a map of headers to the context:

.. code-block:: php
Expand Down Expand Up @@ -53,7 +53,7 @@ Server side
Send HTTP Headers on server responses
+++++++++++++++++++++++++++++++++++++

In your server implementation you can set HTTP headers using `Twirp\Context::withHttpResponseHeader`.
In your server implementation you can set HTTP headers using ``Twirp\Context::withHttpResponseHeader``.


.. code-block:: php
Expand Down

0 comments on commit 3a9c479

Please sign in to comment.