URL Synopsis

URL Library is used to Process URL and handle request based on correct information.

Wapka URL Library have following hierarchy:

url.encode() ---> URL-encode according to RFC 3986
url.decode() --->  Decode URL-encoded strings
url.parse()    ----> Parse a URL and return its components
url.build() ----> Generate URL-encoded query string
url.slug() ----> Generate SEO Friendly string
url.redirect() ---> URL Redirect
url.map()   ---> Map Url To specific Resource
url.rewrite()  ---> Rewrite URL Using Regex