diff options
author | Yigit Sever | 2021-04-09 17:16:43 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-09 17:16:43 +0300 |
commit | d7c3dc37fadad3e8c4ffdc4fc9a27285c92b3980 (patch) | |
tree | c72ea7ae702390095da295054247851edcf0b9e2 /README.md | |
parent | 0d41110136db32b78b45af616621879bda84b7e2 (diff) | |
download | gradecoin-d7c3dc37fadad3e8c4ffdc4fc9a27285c92b3980.tar.gz gradecoin-d7c3dc37fadad3e8c4ffdc4fc9a27285c92b3980.tar.bz2 gradecoin-d7c3dc37fadad3e8c4ffdc4fc9a27285c92b3980.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 | ||