@rster/proxy
is a package of the rster
project.
Add ping endpoint to your rster
backend. A ping endpoint is a simple endpoint that returns a pong message. This is useful for checking if the backend is running and reachable. And it is a common practice to add a ping endpoint to your backend.
If you use the default rster
package, @rster/types
will be bundled.
Find tutorials and documentation on the rster website. The package is available on npm.
rster repository · rster package on npm · rster documentation
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the BSD-3-Clause License. See LICENSE
for more information.
Nicolas Schmidt <@nsc-de>
Project Link: https://github.com/nsc-de/rster/tree/master/packages/authorization
Generated using TypeDoc