SetSession sets the request's session pointer.
(session Session)
| 265 | |
| 266 | // SetSession sets the request's session pointer. |
| 267 | SetSession(session Session) |
| 268 | |
| 269 | // GetRequestForm returns the request's form input. |
| 270 | GetRequestForm() url.Values |
no outgoing calls