x-http-client
Version:
An http client to simplify sending requests (HTTP & JSONP) in the browser.
18 lines (17 loc) • 507 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>HttpClient.js</title>
</head>
<body>
<h1>HttpClient.js</h1>
<ul>
<li><a href="./test/web/dev.html?random=false">Dev Test</a></li>
<li><a href="./test/web/dist.html?random=false">Dist Test</a></li>
</ul>
<script src="./dist/HttpClient.js"></script>
</body>
</html>