Http

annotation class Http(val path: String = "/", val methods: Array<String> = [])

Represents a generic HTTP annotation, used for multiple methods put together into one method.

Properties

Link copied to clipboard

List of methods by their name to identify this endpoint.

Link copied to clipboard

The path that is used to identify this endpoint.