gh-pages / com.nextfaze.devfun.httpd / AbstractUriHandler
AbstractUriHandler
abstract class AbstractUriHandler : UriResponder (source)
Constructors
| Name | Summary |
|---|---|
| <init> | AbstractUriHandler() |
Functions
| Name | Summary |
|---|---|
| delete | open fun delete(uriResource: UriResource, urlParams: Map<String, String>, session: IHTTPSession): Response |
| get | open fun get(uriResource: UriResource, urlParams: Map<String, String>, session: IHTTPSession): Response |
| other | open fun other(method: String, uriResource: UriResource, urlParams: Map<String, String>, session: IHTTPSession): Response |
| post | open fun post(uriResource: UriResource, urlParams: Map<String, String>, session: IHTTPSession): Response |
| put | open fun put(uriResource: UriResource, urlParams: Map<String, String>, session: IHTTPSession): Response |