Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xle0ne/ntex-rest-api-example
/ functions
Functions
12 in github.com/0xle0ne/ntex-rest-api-example
⨍
Functions
12
◇
Types & classes
4
Function
create_todo
( _todo: web::types::Json<TodoPartial>, )
src/services/todo.rs:28
Function
default
()
src/services/mod.rs:6
Function
delete_todo
()
src/services/todo.rs:73
Method
error_response
(&self, _: &web::HttpRequest)
src/error.rs:28
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/error.rs:18
Function
get_swagger
( tail: web::types::Path<String>, openapi_conf: web::types::State<Arc<utoipa_swagger_ui::Config<'static>>>
src/services/openapi.rs:28
Function
get_todo
()
src/services/todo.rs:44
Function
get_todos
()
src/services/todo.rs:14
Function
main
()
src/main.rs:8
Function
ntex_config
(config: &mut web::ServiceConfig)
src/services/openapi.rs:63
Function
ntex_config
(cfg: &mut web::ServiceConfig)
src/services/todo.rs:77
Function
update_todo
()
src/services/todo.rs:59