1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-04-19 22:44:38 +00:00
Commit graph

20 commits

Author SHA1 Message Date
msrd0
d754d6044d Allow custom error types through a macro and allow them to be used with Result 2020-05-01 14:48:11 +00:00
e013af8e18
remove some of the &mut &mut types (#6) 2020-04-29 19:22:32 +02:00
01f818e268
split the openapi code into several files 2020-04-26 22:34:22 +02:00
b4eaeca01c
don't require the get_openapi call be the last one to contain the full spec 2020-04-26 22:20:07 +02:00
msrd0
4ce53bc361 Add path matchers that are more capable than gotham's stock ones 2020-04-25 18:31:57 +00:00
ad6e3dd00d
make sure that 204-responses can be accepted 2020-04-22 11:46:15 +02:00
a493071ff8
dependency management 2020-04-15 23:16:03 +02:00
89f6494b51
asyncify method proc macro 2020-04-15 21:15:40 +02:00
427c836f52
expose async to handlers 2020-04-15 20:55:25 +02:00
d7282786b1
require all resource results to be sendable 2020-04-14 22:45:06 +02:00
a8ae939019
clean up async shit 2020-04-14 22:40:27 +02:00
ede0d75161
start moving shit over to async 2020-04-14 21:17:12 +02:00
f425f21ff3
update jsonwebtoken, futures, and hyper and co 2020-04-14 17:44:07 +02:00
744f56acf9 Less generic type arguments 2020-04-06 16:20:08 +00:00
1d1682a03d
remove the annoying ToString type when what we really need is a &str 2020-03-30 22:42:22 +02:00
c508ac878d
clean up some stuff ;; use Default::default() more often 2020-03-30 22:40:08 +02:00
d030fa539f Support File up/download 2019-10-20 14:49:53 +00:00
4429fced3b
apply clippy suggestions 2019-10-13 23:36:10 +02:00
0153b2e22f
add search method 2019-10-13 17:43:42 +02:00
4ef216e8c8
add proc macro derive for openapitype 2019-10-02 10:59:25 +02:00
Renamed from src/routing.rs (Browse further)