doc: Tweak headings

This commit is contained in:
Kurt Griffiths
2016-10-18 11:03:19 -06:00
parent 7c422d8209
commit fa83551bf5
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
.. _middleware:
Middleware Components
=====================
Middleware
==========
Middleware components provide a way to execute logic before the
framework routes each request, after each request is routed but before

View File

@@ -1,6 +1,6 @@
.. _request:
Req/Resp
req/resp
========
Instances of the Request and Response classes are passed into responders as the second