First version of `WSBLib`
Major commits
- [5cb425a](https://github.com/firlast/wsblib/commit/5cb425a): Adding `Server` class;
- [690bcc2](https://github.com/firlast/wsblib/commit/690bcc2): Adding `Client` class;
- [4ea2d8c](https://github.com/firlast/wsblib/commit/4ea2d8c): Adding HTTP status code in `HTTPStatus` class;
- [4aa787e](https://github.com/firlast/wsblib/commit/4aa787e): Adding `Route` class;
- [fae9b41](https://github.com/firlast/wsblib/commit/fae9b41): Adding `ProcessRequest` class;
- [7b46cf9](https://github.com/firlast/wsblib/commit/7b46cf9): Creating `Response` object to callback return.