ClientPageService

class ClientPageService @Inject constructor(page: ClientPage) : PageService<ClientPageRequest, Html, None>

Author

Jordan Abraham

Constructors

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

Functions

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

Handles the http GET request to this service if applicable.

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

Handles the http POST request to this service if applicable.