Socket
Socket
Sign inDemoInstall

@webex/http-core

Package Overview
Dependencies
Maintainers
7
Versions
1190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webex/http-core

Core HTTP library for the Cisco Webex


Version published
Weekly downloads
10K
decreased by-85.48%
Maintainers
7
Weekly downloads
 
Created
Source

@webex/http-core

standard-readme compliant

Core HTTP library for the Cisco Webex JS SDK.

Install

npm install --save @webex/http-core

Usage

Environment Variables

This plugin utilizes the following environmental variables:

  • ENABLE_VERBOSE_NETWORK_LOGGING [ boolean ]- Utilized to enable interceptor logging

detect()

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 @webex/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-2020 Cisco and/or its affiliates. All Rights Reserved.

FAQs

Package last updated on 10 Jul 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc