Skip to content

Commit 08155ec

Browse files
committed
docs: add empty line
1 parent d1c45f4 commit 08155ec

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

user_guide_src/source/incoming/request.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ Request Class
44

55
The request class is an object-oriented representation of an HTTP request. This is meant to
66
work for both incoming, such as a request to the application from a browser, and outgoing requests,
7-
like would be used to send a request from the application to a third-party application. This class
7+
like would be used to send a request from the application to a third-party application.
8+
9+
This class
810
provides the common functionality they both need, but both cases have custom classes that extend
911
from the Request class to add specific functionality.
1012

0 commit comments

Comments
 (0)