dougmoscrop/serverless-http

View on GitHub
lib/request.js

Summary

Maintainability
A
1 hr
Test Coverage

Function constructor has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  constructor({ method, url, headers, body, remoteAddress }) {
    super({
      encrypted: true,
      readable: false,
      remoteAddress,
Severity: Minor
Found in lib/request.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status