File "applications/virgil.pl"[download]
in pack: | virgil |
---|---|
Prolog module: | virgil |
size: | 749 |
Recent changes
12 years ago | Michiel Hildebrand | First draft interface |
This file requires
- From the Prolog library
- library(http/http_dispatch) resolved by
- http_dispatch.pl: http_handler/3, http_reply_file/3
- library(http/http_server_files) resolved by
- http_server_files.pl: serve_files_in_directory/2
- library(http/http_dispatch) resolved by
Required predicates
- http_handler/3 from library(http/http_dispatch)
- http_reply_file/3 from library(http/http_dispatch)
- serve_files_in_directory/2 from library(http/http_server_files)