Skip to content

Commit

Permalink
Update api.rst
Browse files Browse the repository at this point in the history
Add iter_lines method to FastHttpSession for streaming responses
  • Loading branch information
MasterKey-Pro authored Jan 6, 2025
1 parent 81116b2 commit 01e5257
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ API
###


FastHttpSession class
=====================

.. autoclass:: locust.contrib.fasthttp.FastHttpSession
:members: delete, get, head, options, patch, post, put, iter_lines
:noindex:

User class
============

Expand Down

0 comments on commit 01e5257

Please sign in to comment.