logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mrest-cli - Web::MREST demo/testing command-line client

Description

       This is the Web::MREST demo/testing command line interface (CLI). It enables the user to generate HTTP
       requests (GET, PUT, POST, DELETE) to the REST server and view the server's responses. Each REST resource
       has a documented CLI syntax that can be viewed by querying the REST server -- e.g., via a web browser.

       For more information, see <http://metacpan.org/pod/Web::MREST>.

perl v5.36.0                                       2022-10-14                                      MREST-CLI(1p)

Name

       mrest-cli - Web::MREST demo/testing command-line client

Synopsis

           $ mrest-cli -h
           --help      -h      Get help
           --sitedir   -s      Specify sitedir (defaults to none)

           $ mrest-cli
           Web::MREST> get bugreport
           DISPATCH_BUGREPORT (OK) See payload for bug reporting instructions
           HTTP status: 200 OK
           Non-suppressed headers: {
             'X-Web-Machine-Trace' => 'b13,b12,b11,b10,b9,b8,b7,b6,b5,b4,b3,c3,c4,d4,e5,f6,g7,g8,h10,i12,l13,m16,n16,o16,o18,o18b'
           }
           Response: {
             'report_bugs_to' => 'bug-App-MREST@rt.cpan.org'
           }

See Also