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

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)

Awesome Lists containing this project

README

          

# http error handler

응답코드는 정상(2xx) 이지만 내부적으로 errorCode를 포함하여 응답한 경우 exception 처리를 도와주는 라이브러리

현재는 테스트를 위한 코드만 작성중인 상태

```sh
$ npm i
```

```sh
$ node server
```

```sh
$ node client
```