dirigiblelabs / core_api

API Project
Eclipse Public License 1.0
1 stars 1 forks source link

url #23

Open delchev opened 8 years ago

delchev commented 8 years ago

API for 'url' utils

shturec commented 7 years ago

I find this one to be quite comprehensive: URI.js Unlike many others, it not only parses URL, but also support safe mutation operations, path normalization, and (which is very nice for REST APIs!) support for URL templates. It's adopted currently in our generic test results dashboard UI application. Good stuff.