omniClientBreakUrlAbsolute

Defined in OmniClient.h

struct OmniClientUrl *omniClientBreakUrlAbsolute(char const *url)

This version of omniClientBreakUrl behaves slightly differently for raw file paths.

This assumes the URL is either a full URL (starting with a scheme such as “http:”) or a raw local file path such as “C:\path” (Windows) or “/path” (Linux).

This affects percent-encoding for relative paths such as “test%20test”, which will be decoded to “test test” by omniClientBreakUrl, but left as-is by omniClientBreakUrlAbsolute