The Wayback Machine - https://web.archive.org/web/20200615050904/https://github.com/topics/httpclient
Skip to content
#

httpclient

Here are 445 public repositories matching this topic...

marekstodolny
marekstodolny commented Jan 29, 2020

Description
Sending empty files in a multipart POST form is a proper use case due to web browsers supporting it.

I worked on a API layer using guzzle that had to work with an existing legacy codebase and trigger some actions (a proxy of some sort). There was a case where files had to be sent with empty content and would not work if you would omit them.

Example
_Currently no implem

慕课网课程推荐 Java并发编程与高并发解决方案:http://coding.imooc.com/class/195.html Java开发企业级权限管理系统:http://coding.imooc.com/class/149.html github: https://github.com/kanwangzjm/funiture, spring项目,权限管理、系统监控、定时任务动态调整、qps限制、sql监控(邮件)、验证码服务、短链接服务、动态配置等
  • Updated Nov 3, 2019
  • Java
adamw
adamw commented Feb 17, 2020

Currently websockets are unsupported:

class SttpBackendStub[F[_], S] private (
    monad: MonadError[F],
    matchers: PartialFunction[Request[_, _], F[Response[_]]],
    fallback: Option[SttpBackend[F, S, NothingT]]
) extends SttpBackend[F, S, NothingT] { // TODO

(note the TODO for the NothingT type parameter which specifies what kind of websockets are supported).

The bac

基于Spring生态打造的一系列来自业务上的快速开发模块集合,包括Spring MVC DeferredResult长轮询、Spring AOP统一切面日志、开箱即用的切面事务、统一异常响应处理、参数效验、国际化方案、动态添加拦截器与过滤器(可实现线上装载)、if/else业务拆分、幂等/去重/次数限制器、多级缓存、RestTemplate请求第三方签名/验签、Spring Security生成JWT Token、Redis延迟列队、Quartz定时任务、环形链表、监听Mybatis的CRUD、分布式锁(支持Redis和Zookeeper)、DDD架构模式的Event Bus、一主多从的多数据源切换方案、轻量级规则引擎、分布式配置动态刷新
  • Updated Jun 2, 2020
  • Java

Improve this page

Add a description, image, and links to the httpclient topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the httpclient topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.