jedmao/iso-http

View on GitHub
js/IsoHttp.js

Summary

Maintainability
A
1 hr
Test Coverage

Function Agent has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    var Agent = (function () {
        function Agent(options) {
            this.headers = {};
            if (!options || !Object.keys(options).length) {
                throw new Error('Missing options.');
Severity: Minor
Found in js/IsoHttp.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status