api

http4k / org.http4k.core / Method

Method

enum class Method

Enum Values

Name Summary
GET  
POST  
PUT  
DELETE  
OPTIONS  
TRACE  
PATCH  
PURGE  
HEAD  

Extension Functions

Name Summary
and fun Method.and(that: Router): Router
asRouter fun Method.asRouter(): Router
bind infix fun Method.bind(routingHandler: RoutingHttpHandler): RoutingHttpHandler
infix fun Method.bind(httpHandler: HttpHandler): RoutingHttpHandler