Package-level declarations

Contains Framework Request Classes.

Types

Link copied to clipboard
annotation class Body

Annotation to indicate that the parameter is a body of the request.

Link copied to clipboard
annotation class Mapping(val path: String, val method: RequestMethod)

Annotation to map a function to a route

Link copied to clipboard
annotation class PathParam

Annotation to indicate that a parameter is a path {} parameter.

Link copied to clipboard
annotation class QueryParam(val key: String)

Annotation to be used in the parameters of the methods that are going to be used as query parameters.

Link copied to clipboard

This enum class contains HTTP request methods used in the application.