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

40 commits

Author SHA1 Message Date
msrd0
31f92c07cd Custom HTTP Headers 2021-02-27 15:40:34 +00:00
msrd0
7de11cdae1 split the ResourceResult trait 2021-02-21 18:21:09 +00:00
msrd0
af28e0d916 Reexports 2021-02-03 21:22:46 +00:00
msrd0
441a42c75e Add a Redirect type that can be returned by endpoints 2021-01-26 17:49:11 +00:00
msrd0
5261aa9931 Custom Endpoints 2021-01-18 16:56:16 +00:00
002cfb1b4d
fix some lints 2021-01-18 01:07:41 +01:00
msrd0
b807ae2796 Replace methods with more flexible endpoints 2021-01-18 00:05:30 +00:00
daea3ba9ec
introduce without-openapi feature to improve #4 2021-01-14 18:55:44 +01:00
388bf8b49c
apply some clippy suggestions 2021-01-01 18:03:31 +01:00
766bc9d17d
support copying headers in cors preflight requests 2021-01-01 16:44:55 +01:00
2b8796b9c9
update readme 2021-01-01 15:43:40 +01:00
4ae860dd32
docs: use [Type] syntax from rust 1.48 2020-11-22 23:55:52 +01:00
24893223b2
remove unused code and fix lint warning 2020-11-20 01:30:12 +01:00
d9c22579b0
only log errors on 500 responses (fixes #30) 2020-09-19 19:40:39 +02:00
31835fe57f
use upstream Access-Control-Request-Method route matcher 2020-09-15 15:20:04 +02:00
d55b0897e9
update to gotham 0.5 and start using rustfmt 2020-09-15 15:10:41 +02:00
5317e50961
improve feature documentation 2020-05-27 10:22:13 +02:00
dc26e9a02e
improve cors doc 2020-05-16 14:22:23 +02:00
94abc75268
works on my machineTM 2020-05-16 13:59:47 +02:00
20818b0f95
enable doc test for default features 2020-05-16 01:06:07 +02:00
4ff5a8d7e4
doctest fix #26 2020-05-16 01:06:07 +02:00
f20c768d02
cors preflight 2020-05-14 23:30:59 +02:00
748bf65d3e
cors for non-preflight requests 2020-05-13 19:11:22 +02:00
4bf0bd7b09
add design goals to readme 2020-05-08 15:10:37 +02:00
5587ded60d
merge workspace and main crate 2020-05-05 23:18:05 +02:00
4ef216e8c8
add proc macro derive for openapitype 2019-10-02 10:59:25 +02:00
d1c7ac5887
introduce OpenapiSchema type 2019-10-01 15:33:05 +02:00
fe6a79008e
add request bodies to openapi 2019-10-01 00:49:13 +02:00
681482ece3
introduce openapitype 2019-09-30 20:58:15 +02:00
24f8fd96db
Merge branch 'master' into openapi 2019-09-30 20:16:27 +02:00
e845d996d9
start adding helper macros 2019-09-30 19:19:23 +02:00
29af28ad8d
the example compiles :party: 2019-09-30 18:18:10 +02:00
df1d11e42d
start adding openapi support 2019-09-29 21:15:22 +02:00
3626e5360c
add delete resources 2019-09-29 19:19:38 +02:00
2e2cb1b787
rename a whole bunch of stuff 2019-09-28 13:38:08 +02:00
6751f840da
add put requests 2019-09-27 21:33:24 +02:00
8db145587f
get resources work 2019-09-27 16:36:38 +02:00
a42d9750ef
attempt testing (doesn't work) 2019-09-27 15:35:02 +02:00
5ef80deecf
get rid of some useless stuff 2019-09-26 17:42:28 +02:00
4a7aa6eef5
initial commit 2019-09-26 17:24:40 +02:00