We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c45f4 commit 08155ecCopy full SHA for 08155ec
1 file changed
user_guide_src/source/incoming/request.rst
@@ -4,7 +4,9 @@ Request Class
4
5
The request class is an object-oriented representation of an HTTP request. This is meant to
6
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
+like would be used to send a request from the application to a third-party application.
8
+
9
+This class
10
provides the common functionality they both need, but both cases have custom classes that extend
11
from the Request class to add specific functionality.
12
0 commit comments