Skip to content

Commit 9940ea1

Browse files
committed
Page contents to Request and Response pages
1 parent 8ba04d4 commit 9940ea1

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

user_guide_src/source/libraries/incomingrequest.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The IncomingRequest class provides an object-oriented representation of an HTTP
66
It extends from, and has access to all the methods of the :doc:`Request </libraries/request>` and :doc:`Message </libraries/message>`
77
classes, in addition to the methods listed below.
88

9+
.. contents:: Page Contents
10+
911
Accessing the Request
1012
=====================
1113

user_guide_src/source/libraries/response.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
*************
2-
HTTP Response
3-
*************
1+
**************
2+
HTTP Responses
3+
**************
44

55
The Response class extends the :doc:`HTTP Message Class </libraries/message>` with methods only appropriate for
6-
a server responding to the client that called it.
6+
a server responding to the client that called it.
7+
8+
.. contents:: Page Contents
79

810
Working with the Response
911
=========================

0 commit comments

Comments
 (0)