Hello, I have a problem about quantum source code.<br>When I found ’APIRouter‘ according to 
’api-paste.ini‘, I cannot understand how the ’APIRouter‘ deals with 
‘environ’ that is from 'wsgi'.  <br>
For example, when I send "GET /v2.0/networks/{network-id}" , will the 
‘show(request, id)’ method of 'Controller' in ‘quantum/api/v2/base.py’ be called?  And 
where is the ‘network-id’ picked up from URI ? And where is the 
‘request’  created?<br>
Thanks a lot.