|
POST | /{BASE}/ldpath/debug?context=…&context[]=… | Evaluate the LDPath program send as byte stream in the POST body of the request starting at the contexts (array)
given as URL query arguments. |
GET | /{BASE}/ldpath/functions | Return a list of all LDPath functions that have been registered in the LDPath installation. |
GET | /{BASE}/ldpath/functions/{name} | Return a description of the function whose name is passed as path argument. |
GET | /{BASE}/ldpath/path?path=…&uri=… | Evaluate a single LDPath selection using the path passed as argument and starting at the resource identified
by the uri. |
GET | /{BASE}/ldpath/program?program=…&uri=… | Evaluate a LDPath program using the program string passed as argument and starting at the resource identified
by the uri. |
POST | /{BASE}/ldpath/program?uri=… | Evaluate a LDPath program using the program string passed as argument and starting at the resource identified
by the uri. |
GET | /{BASE}/ldpath/util/complete?prefix=…&uri=…&mode=… | |
GET | /{BASE}/ldpath/util/namespaces | |
GET | /{BASE}/ldpath/util/path?path=…&ctx=…&ctx[]=… | |
GET | /{BASE}/ldpath/util/prefix?prefix=… | |