Skip to content

Commit e5270de

Browse files
committed
More docs
1 parent 5501ff4 commit e5270de

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/web.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -910,6 +910,15 @@ urls with :ref:`variable pathes<aiohttp-web-variable-handler>` spec.
910910
MatchInfo
911911
^^^^^^^^^
912912

913+
After route matching web application calls found handler if any.
914+
915+
Matching result can be accessible from handler as
916+
:attr:`Request.match_info` attribute.
917+
918+
In general the result may be any object derived from
919+
:class:`AbstractMatchInfo` (:class:`UrlMappingMatchInfo` for default
920+
:class:`UrlDispatcher` router).
921+
913922

914923
Utilities
915924
---------

0 commit comments

Comments
 (0)