File "api/command.pl"[download]
in pack: | command |
---|---|
Prolog module: | api_command |
size: | 3026 |
Recent changes
14 years ago | Jan Wielemaker | Added load of (local) filesHEAD -> master |
14 years ago | Jan Wielemaker | Testing with .netrc |
14 years ago | Jan Wielemaker | Basics to load from a url |
14 years ago | Jan Wielemaker | Started C-based client |
14 years ago | Jan Wielemaker | Setup command package |
This file requires
- From ClioPatria
- user(user_db) resolved by
- user_db.pl: authorized/1
- user(user_db) resolved by
- From the Prolog library
- library(http/http_parameters) resolved by
- http_parameters.pl: http_parameters/2
- library(semweb/rdf_db) resolved by
- rdf_db.pl could not find proof of dependency
- library(http/http_path) resolved by
- http_path.pl could not find proof of dependency
- library(http/http_dispatch) resolved by
- http_dispatch.pl: http_handler/3
- library(http/http_parameters) resolved by
Required predicates
- authorized/1 from user(user_db)
- http_handler/3 from library(http/http_dispatch)
- http_parameters/2 from library(http/http_parameters)