diff options
author | Yigit Sever | 2021-04-09 17:16:43 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-09 17:16:43 +0300 |
commit | 055437231c687f43ec87dd5573f299b1ad049a01 (patch) | |
tree | 6371999b69ac74cfa8289735f61061c34e587b25 /README.md | |
parent | 809078e8e576f1db4e75347e701f2cd062fc8eb5 (diff) | |
download | gradecoin-055437231c687f43ec87dd5573f299b1ad049a01.tar.gz gradecoin-055437231c687f43ec87dd5573f299b1ad049a01.tar.bz2 gradecoin-055437231c687f43ec87dd5573f299b1ad049a01.zip |
Add HTTP/1.1 resources to README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -41,3 +41,7 @@ After the new block, stale transactions are cleared? | |||
41 | - https://github.com/blurbyte/restful-rust | 41 | - https://github.com/blurbyte/restful-rust |
42 | - https://github.com/zupzup/warp-postgres-example | 42 | - https://github.com/zupzup/warp-postgres-example |
43 | - https://blog.logrocket.com/create-an-async-crud-web-service-in-rust-with-warp/ | 43 | - https://blog.logrocket.com/create-an-async-crud-web-service-in-rust-with-warp/ |
44 | |||
45 | # How to be a good server | ||
46 | - https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml | ||
47 | - https://tools.ietf.org/html/rfc7231 | ||