https://github.com/pjt3591oo/response_handler
http error handler(helper)
https://github.com/pjt3591oo/response_handler
error exception-handling http javascript response typescript
Last synced: 4 months ago
JSON representation
http error handler(helper)
- Host: GitHub
- URL: https://github.com/pjt3591oo/response_handler
- Owner: pjt3591oo
- Created: 2020-10-18T09:14:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T09:15:40.000Z (over 5 years ago)
- Last Synced: 2025-05-16T01:33:56.137Z (9 months ago)
- Topics: error, exception-handling, http, javascript, response, typescript
- Language: TypeScript
- Homepage:
- Size: 796 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# http error handler
응답코드는 정상(2xx) 이지만 내부적으로 errorCode를 포함하여 응답한 경우 exception 처리를 도와주는 라이브러리
현재는 테스트를 위한 코드만 작성중인 상태
```sh
$ npm i
```
```sh
$ node server
```
```sh
$ node client
```