Did you know ... Search Documentation:
proxy.pl
PublicShow source
Source proxy(+To, +Request) is det
Source proxy(+To, +Request, +Options) is det
Proxy a request to a remote server. This proxies all methods, including those carrying data such as POST and PUT. Options:
  • request_headers(+List) Additional headers for the request. List is of the form Name = Value.
  • reply_headers+List) Additional headers for the reply

Re-exported predicates

The following predicates are exported from this file while their implementation is defined in imported modules or non-module files loaded by this module.

Source proxy(+To, +Request) is det
Source proxy(+To, +Request, +Options) is det
Proxy a request to a remote server. This proxies all methods, including those carrying data such as POST and PUT. Options:
  • request_headers(+List) Additional headers for the request. List is of the form Name = Value.
  • reply_headers+List) Additional headers for the reply