POST/api/users/register- passbody = {email: "<email>", password: "<password>"}POST/api/users/login- passbody = {email: "<email>", password: "<password>"}PATCH/api/users- passjwt-tokenasAuthorizationheader,body = {password: "<password>", newPassword:"<newPassword>"}DELETE/api/users?id=<id>- passjwt-tokenasAuthorizationheader,body = {password: "<password>", newPassword:"<newPassword>"}GET/api/tasks?userId=<userId>- passjwt-tokenasAuthorizationheaderPOST/api/tasks?userId=<userId>- passjwt-tokenasAuthorizationheader,body = {data: "<todo-note>"}PATCH/api/tasks?userId=<userId>&id=<taskId>- passjwt-tokenasAuthorizationheader,body = {data: "<new-todo-note>"}DELETE/api/tasks?userId=<userId>&id=<taskId>- passjwt-tokenasAuthorizationheader
-
Notifications
You must be signed in to change notification settings - Fork 0
anton-patrushev/multithreaded-http-server
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published