WelcomePageService

class WelcomePageService @Inject constructor(page: WelcomePage) : PageService<WelcomePageRequest, Html, None>

Author

Jordan Abraham

Constructors

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

Functions

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

Handles the http GET request to this service if applicable.

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

Handles the http POST request to this service if applicable.