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:
parent
694b45ea60
commit
40e6d1bc03
5 changed files with 10 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue