An open API service indexing awesome lists of open source software.

https://github.com/lucmsilva651/http-codes-test-api

An API made to test HTTP codes.
https://github.com/lucmsilva651/http-codes-test-api

api express http

Last synced: about 1 month ago
JSON representation

An API made to test HTTP codes.

Awesome Lists containing this project

README

          

# http-codes-test-api

An API made to test HTTP codes.

## Usage

Run and test server:

```shell
npm run start # start server
npm run dev # test server
```

URL usage:

```url
http://localhost:3000/api/v(ver/v1)/http/(statusCode)
```

## License

© Lucas Gabriel (lucmsilva.) Licensed under [BSD 3-Clause](LICENSE) license.