MePageService

class MePageService @Inject constructor(page: MePage) : PageService<MePageRequest, Html, None>

Author

Jordan Abraham

Constructors

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

Functions

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

Handles the http GET request to this service if applicable.

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

Handles the http POST request to this service if applicable.