Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

com.exp-blog:commons-httpclient

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.exp-blog:commons-httpclient

The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.

  • 3.2-alpha
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

commons-httpclient

修复 commons-httpclient-3.1 自动重定向丢失 Response Header 中的 Set-Cookie 的 BUG


简介

因此构件的官方组织/作者已放弃维护,且在 maven 中央仓库无法下载原版,故有了此项目,同时很可能会顺便修复一些 BUG。

使用方式

maven 的 settings.yml 配置 sonatype 中央仓库:

<mirror>
  <id>sonatype</id>
  <mirrorOf>sonatype</mirrorOf>
  <url>https://s01.oss.sonatype.org/</url>
</mirror>

项目的 pom.xml 配置构件坐标:

<dependency>
  <groupId>com.exp-blog</groupId>
  <artifactId>commons-httpclient</artifactId>
  <version>3.2-alpha</version>
</dependency>

FAQs

Package last updated on 09 Mar 2022

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