Skip to content

Commit

Permalink
Refactor in-progress:
Browse files Browse the repository at this point in the history
  - no more unnecessary classes;
  - custom checks for URI and IP addressesses.
  • Loading branch information
elmigranto committed Oct 11, 2016
1 parent 4d9e64a commit a056d25
Show file tree
Hide file tree
Showing 12 changed files with 382 additions and 427 deletions.
2 changes: 1 addition & 1 deletion index.js
@@ -1,3 +1,3 @@
'use strict';

module.exports = require('./src/SafeHttpClient');
module.exports = require('./src/safe-request');
104 changes: 0 additions & 104 deletions src/BytesCounter.js

This file was deleted.

166 changes: 0 additions & 166 deletions src/SafeHttpClient.js

This file was deleted.

0 comments on commit a056d25

Please sign in to comment.