Introduced in SQLPage 0.15.0.
Returns the request path of the current page. This is useful to generate links to the current page, and when you have a proxy in front of your SQLPage server that rewrites the URL.
Example
If we have a page in a file named my page.sql
at the root of your SQLPage installation
then the following SQL query:
select 'text' as component, sqlpage.path() as contents;
will return /my%20page.sql
.
Note that the path is URL-encoded.
basic_auth_password
basic_auth_username
cookie
current_working_directory
environment_variable
exec
fetch
hash_password
header
link
path
persist_uploaded_file
protocol
random_string
read_file_as_data_url
read_file_as_text
request_method
run_sql
uploaded_file_mime_type
uploaded_file_name
uploaded_file_path
url_encode
variables
version