-
Notifications
You must be signed in to change notification settings - Fork 0
Force all URLs to be absolute
License
joemcmahon/uri-impliedbase
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
URI::ImpliedBase This class was created to provide support in SOAP::Lite for relative URLS in WSDL. It acts as a wrapper around URI; it adds an additional level of processing before the URI makes in into the URI class. This additional code looks at the incoming URI: if it is absolute, it saves the scheme and path as the current base. If it isn't, it creates and saves a new base URI internally, using the current working directory as the path and "file:" as the scheme. Any relative URIs supplied thereafter are silently converted to use the new base. Questions, bugs, and problems should be sent to me at [email protected]. I can't guarantee to address them in a timely manner, but I always read my mail!
About
Force all URLs to be absolute
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published