Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@apimatic/http-headers

Package Overview
Dependencies
Maintainers
6
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apimatic/http-headers

This package provides utilities for managing HTTP headers with case-insensitive handling and validation.

Source
npmnpm
Version
0.3.8-alpha.1
Version published
Maintainers
6
Created
Source

APIMatic HTTP Headers Library for JavaScript SDKs

This package provides utilities for managing HTTP headers with case-insensitive handling and validation.

The exported functionality includes:

  • Case-Insensitive Header Management: Set, replace, and retrieve headers without case sensitivity.
  • Conditional Header Addition: Adds headers only if they are not already set.
  • Header Name Lookup: Identifies the actual header name in a map regardless of casing differences.
  • Headers Merging: Merges multiple header maps, preserving original casing while updating values as needed.
  • Headers Validation: Validates header names to ensure compliance with HTTP standards.

This library is used by JavaScript SDKs generated by the APIMatic Code Generator. For details on supported platforms and build artifacts, see the Build and Usage Section.

FAQs

Package last updated on 29 Sep 2025

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