Req returns a convenience type whose API is limited to operations on the incoming request.
()
| 102 | // Req returns a convenience type whose API is limited to operations |
| 103 | // on the incoming request. |
| 104 | Req() Req |
| 105 | // Res returns a convenience type whose API is limited to operations |
| 106 | // on the outgoing response. |
| 107 | Res() Res |
no outgoing calls