mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
2) Add Help to stand-alone Web Scripts test server 3) Add server-side JavaScript Debugger git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5385 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
38 lines
544 B
Plaintext
38 lines
544 B
Plaintext
##
|
|
## Meta commands
|
|
##
|
|
|
|
ok> help
|
|
|
|
List this help.
|
|
|
|
ok> r
|
|
|
|
Repeat last command.
|
|
|
|
ok> user [<userName>]
|
|
|
|
Switch to specified <userName>. If <userName> is omitted, the currently
|
|
selected user is shown.
|
|
|
|
ok> quit | exit
|
|
|
|
Quit this Web Script server.
|
|
|
|
##
|
|
## HTTP Requests
|
|
##
|
|
|
|
ok> get <path>
|
|
|
|
Issue a HTTP GET request to the Web Script located at <path>. The response
|
|
is dumped to the console.
|
|
|
|
<path> URL relative to /alfresco/service
|
|
|
|
e.g. get /blog/category?c=Web20
|
|
|
|
##
|
|
## end
|
|
##
|