Skip to content

Commit

Permalink
docs: Added Posting tool as an alternative to Postman in 06-receiving…
Browse files Browse the repository at this point in the history
…-data.rst (#3670)

Update 06-receiving-data.rst
  • Loading branch information
Zimzozaur authored Aug 16, 2024
1 parent 5a50b5f commit 912a5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/dto-tutorial/06-receiving-data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Litestar can natively decode request payloads into Python :func:`dataclasses <da
*need* a DTO defined for the inbound data for this script to work.

Now that we need to send data to the server to test our program, you can use a tool like
`Postman <https://www.postman.com/>`_. Here's an example of a request/response payload:
`Postman <https://www.postman.com/>`_ or `Posting <https://github.com/darrenburns/posting?tab=readme-ov-file#posting>`_. Here's an example of a request/response payload:

.. image:: images/simple_receive_data.png
:align: center

0 comments on commit 912a5fa

Please sign in to comment.