Name
http_path — returns the absolute path to the logical path location of the current http request
Synopsis
              http_path
            (
            | 
                    ); | 
          
Description
This function returns the absolute path to the logical path location of current HTTP request.
Examples
Example 24.172. Retrieving Current Path of Request
  <?vsp
    http (sprintf ('<p>The current location is : %s </p>', http_path ()));
  ?>