So say you have a form like this:
<form method="POST" action="users/register">
<input type="text" name="username">
<button type="submit">Submit</button>
</form>
Then you want to access the request in your controller, you have a couple of methods...