IndexPageService

class IndexPageService @Inject constructor(page: IndexPage) : PageService<IndexPageRequest, Html, None>

Author

Jordan Abraham

See also

Constructors

Link copied to clipboard
@Inject
constructor(page: IndexPage)

Injects the page that is used for this service.

Functions

Link copied to clipboard
suspend fun getRequest(request: IndexPageRequest): Html

Handles the http GET request to this service if applicable.

Link copied to clipboard
suspend fun postRequest(request: IndexPageRequest): None

Handles the http POST request to this service if applicable.