Socket
Socket
Sign inDemoInstall

@ciscospark/http-core

Package Overview
Dependencies
81
Maintainers
3
Versions
177
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ciscospark/http-core

Core HTTP library for the Cisco Webex


Version published
Weekly downloads
180
decreased by-12.2%
Maintainers
3
Install size
8.51 MB
Created
Weekly downloads
 

Readme

Source

@ciscospark/http-core

standard-readme compliant

Core HTTP library for the Cisco Webex JS SDK.

Install

npm install --save @ciscospark/http-core

Usage

detect(), detectSync()

Detects the filetype of the specified file.

request()

Same api as request with the following changes:

  • Promise-based instead of nodeback based
  • Adds an interceptors property to the options object for adding classes that intercept and modify each request
  • 4XX and 5XX responses get rejected with the appropriate subclassed Error type
  • Sensible defaults for our API ({json:true}, etc)

defaults()

Curried version of request() that produces an http client with overridden defaults.

HttpError

Child of Error (by way of Exception from @ciscospark/common). Has subclassed errors for each official HTTP status code (and 429 Too Man Requests).

Maintainers

This package is maintained by Cisco Webex for Developers.

Contribute

Pull requests welcome. Please see CONTRIBUTING.md for more details.

License

© 2016-2018 Cisco and/or its affiliates. All Rights Reserved.

FAQs

Last updated on 01 May 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc