IndexPageRouting

class IndexPageRouting @Inject constructor(service: IndexPageService) : PageRouting

Information

GET {host}/
QUERY page
QUERY rememberme
QUERY username

Example

http://localhost/?page=submit&username=jordan&rememberme=true

Author

Jordan Abraham

See also

Constructors

Link copied to clipboard
@Inject
constructor(service: IndexPageService)

Injects the associated service for handling the request set by the routing.

Properties

Link copied to clipboard
val routing: Routing.() -> Unit

The routing used for the http requests for a html page.