1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-04-20 06:54:46 +00:00

make clear that this tracks gotham master

This commit is contained in:
Dominic 2020-04-15 23:01:21 +02:00
parent 694b45ea60
commit 40e6d1bc03
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
5 changed files with 10 additions and 4 deletions

View file

@ -6,6 +6,9 @@ bodies, relying on [`serde`][serde] and [`serde_json`][serde_json] for (de)seria
enable the `openapi` feature, you can also generate an OpenAPI Specification from your RESTful
resources.
**Note:** The master branch currently tracks gotham's master branch and the next release will use
gotham 0.5.0 and be compatible with the new future / async stuff.
# Usage
A basic server with only one resource, handling a simple `GET` request, could look like this: