kurl
Version:
It's a powerfull URL parser written in JavaScript and compatible with NodeJS with a lot of features that it will help you to modify/parse easily a URL without any problem.
22 lines (13 loc) • 460 B
HTML
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>JavaScript/NodeJS URL v1.2.7</title>
<link rel="stylesheet" href="qunit/qunit.css" />
</head>
<body>
<div id="qunit"></div>
<script src="qunit/qunit.js"></script>
<script src="../url.js"></script>
<script src="tests.js"></script>
</body>
</html>