context() = #ctx{}
| content_types_provided/2 | |
| init/1 | |
| is_authorized/2 | |
| moved_permanently/2 | |
| previously_existed/2 | |
| resource_exists/2 | |
| routes/0 | |
| service_available/2 | |
| to_resource/2 |
content_types_provided(Req::wrq:reqdata(), Ctx::context()) -> {[{ContentType::string(), HandlerFunction::atom()}], wrq:reqdata(), context()}
init(Resource::any()) -> {ok, any()}
is_authorized(RD::wrq:reqdata(), C::context()) -> {true | string(), wrq:reqdata(), context()}
moved_permanently(Req::wrq:reqdata(), Ctx::oldindex | context()) -> {false | {true, string()}, wrq:reqdata(), index | context()}
previously_existed(Req::wrq:reqdata(), Ctx::context() | oldindex) -> {boolean(), wrq:reqdata(), context() | oldindex}
resource_exists(Req::wrq:reqdata(), Ctx::context() | oldindex) -> {boolean(), wrq:reqdata(), context() | oldindex}
routes() -> [webmachine_dispatcher:matchterm()]
service_available(RD::wrq:reqdata(), C::context()) -> {boolean() | {halt, non_neg_integer()}, wrq:reqdata(), context()}
to_resource(Req::wrq:reqdata(), Ctx::context()) -> {binary(), wrq:reqdata(), context()}
Generated by EDoc