
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
popsicle-transport-http
Advanced tools
Popsicle transport for sending requests over HTTP1 and HTTP2.
npm install popsicle-transport-http --save
import { transport } from "popsicle-transport-http";
const req = new Request("/");
const res = await transport()(req, done);
The transport function sends the Servie Request to a remote server.
keepAlive?: number Duration to keep connection alive for re-use (default: 5000)servername?: string Override remote server name for TLSrejectUnauthorized?: boolean Rejects unauthorized TLS connectionsnegotiateHttpVersion?: NegotiateHttpVersion Configure HTTP version negotiation (default: HTTP2_FOR_HTTPS)lookup?: DnsLookup Override default DNS resolution (default: dns.lookup)ca?: string | Buffer | Array<string | Buffer> Set TLS CAcert?: string | Buffer Set TLS certificatekey?: string | Buffer Set TLS keysecureContext?: SecureContext Set TLS secure contextsecureProtocol?: string Set TLS secure protocolsecureOptions?: number Set TLS secure optionsInfinity active sockets):
tlsSockets?: ConnectionManager<TLSSocket>netSockets?: ConnectionManager<Socket>http2Sessions?: ConnectionManager<ClientHttp2Session>createHttp2Connection?: (authority, socket) => ClientHttp2SessioncreateNetConnection?: (options) => SocketcreateTlsConnection?: (options) => TLSSocketThis project is written using TypeScript and publishes the definitions directly to NPM.
MIT
FAQs
Popsicle transport for sending requests over HTTP1 and HTTP2
The npm package popsicle-transport-http receives a total of 182,335 weekly downloads. As such, popsicle-transport-http popularity was classified as popular.
We found that popsicle-transport-http demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.