README.txt 698 B

123456789101112131415161718192021
  1. This is an example of how to use JSON-RPC.
  2. It requires Lazarus to compile.
  3. The various *.in files are input for JSON-RPC requests.
  4. The application can be tested as follows from the command line:
  5. testcgiapp -i demo -p echo/manual < echo.in
  6. testcgiapp -i demo -p echo/dispatch < echobatch.in
  7. testcgiapp -i demo -p echo/registered < echobatch.in
  8. testcgiapp -i demo -p echo/extdirect < extdirect.in
  9. testcgiapp -i demo -p echo/dispatch < notification.in
  10. testcgiapp -i demo -p echo/extdirectapi
  11. testcgiapp -i demo -p echo/content < echobatch.in
  12. testcgiapp -i demo -p echo/module < echobatch.in
  13. The response is printed on standard output.
  14. The testcgiapp application is located in fcl-web/tests