mrest
minimalistic REST server
Install
- All systems
-
curl cmd.cat/mrest.sh
- Debian
-
apt-get install libweb-mrest-perl - Ubuntu
-
apt-get install libweb-mrest-perl - Kali Linux
-
apt-get install libweb-mrest-perl - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libweb-mrest-perl - Raspbian
-
apt-get install libweb-mrest-perl
libweb-mrest-perl
minimalistic REST server
MREST stands for "minimalistic" or "mechanical" REST server. (Mechanical because it relies on Web::Machine.) Web::MREST provides a fully functional REST server that can be started with a simple command. Without modification, the server provides a set of. generalized resources that can be used to demonstrate how the REST server works, or for testing. Developers can use Web::MREST as a platform for implementing their own REST servers.