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
- Host: GitHub
- URL: https://github.com/elena-in-code/custom-http-library-
- Owner: elena-in-code
- Created: 2018-02-11T17:27:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-25T12:50:59.000Z (over 7 years ago)
- Last Synced: 2025-01-20T11:32:12.114Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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