An open API service indexing awesome lists of open source software.

https://github.com/elena-in-code/custom-http-library-

practice - http libraries
https://github.com/elena-in-code/custom-http-library-

Last synced: 4 months ago
JSON representation

practice - http libraries

Awesome Lists containing this project

README

        

# Custom HTTP Library

**Version 1**

with AJAX, xhr, callabacks, ES5 prototypes.

easyhttp.js + app.js

**Version 2**

Fecth, ES6 classes, arrow functions, promises.

easyhttp2.js + app2.js


**Version 3**

Async & Await

easyhttp3.js + app3.js