Skip to content

Work with HTTP methods and HTTP response status codes

License

Notifications You must be signed in to change notification settings

SharpDevOps10/Rest-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rest-API-courses

I used Express for Node.js. The main essence of this repository is to work with HTTP methods and response status codes

HTTP methods

I practiced with the following methods, as : 'GET', 'PUT', 'POST', 'DELETE'. For more information follow this link : https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods

HTTP response status codes

The basic successful responses were used, as : 200 OK, 201 Created, 204 No Content. Furthermore, you can find client error responses, as : 400 Bad Request, 404 Not Found. For more information follow this link : https://developer.mozilla.org/en-US/docs/Web/HTTP/Status

About

Work with HTTP methods and HTTP response status codes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published