• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

spotify / apollo / 402
67%
master: 68%

Build:
Build:
LAST BUILD BRANCH: configurable-http-client
DEFAULT BRANCH: master
Ran 22 Apr 2016 01:24AM UTC
Jobs 1
Files 72
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
402

push

circleci

mattnworb
allow for basic configuration of HttpClient

Allow the underlying OkHttpClient instance to be configured with a few
basic properties from the Config, if specified. The configurable
properties are:

- connect timeout - `http.client.connectTimeout`
- read timeout - `http.client.readTimeout`
- write timeout - `http.client.writeTimeout`
- connection pool: max idle connections - `http.client.maxIdleConnections`
- connection pool: keep alive duration - `http.client.keepAliveDuration`
- max async requests - `http.client.async.maxRequests`
- max async requests per host - `http.client.async.maxRequestsPerHost`

The default value from OkHttpClient is used for any unspecified
properties (which is the behavior previous to this commit).

Also rename the factory method `HttpClient.create()` to
`HttpClient.createDefault()` to make it clear that the instance being
returned is using all of the default configuration properties.

952 of 1450 relevant lines covered (65.66%)

0.66 hits per line

Jobs
ID Job ID Ran Files Coverage
1 402.1 22 Apr 2016 01:24AM UTC 0
65.66
Source Files on build 402
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • CircleCI Build #402
  • 84f53439 on github
  • Prev Build on configurable-http-client (#401)
  • Next Build on configurable-http-client (#403)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc