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

hyperium / hyper

Build:
DEFAULT BRANCH: master
Repo Added 06 May 2015 02:16AM UTC
Files 0
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

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 0.10.x
  • 0.6.4
  • 0.9.x
  • 640-invalid-response
  • 715-buffer-grow-error
  • 740
  • 774-proxy-host
  • 794-windows-no-verify
  • 822
  • 831-client-request-end
  • 843-add-transport-to-server-request
  • allow-proxy
  • body-concat
  • cherry-lasteventid
  • cherry-origin
  • client-proxy
  • client-query
  • client-request-uri
  • client-response-url
  • client-timeout-panic
  • clippy
  • conn-close
  • cookie
  • cov-integration-tests
  • demut-connector
  • deprecate-proto
  • deps
  • dispatch-write-queued
  • docs-deploying
  • docs-generation-fix
  • doxup
  • drop-res
  • enc-dec-get-ref
  • ergo
  • error-rename
  • fix-docs
  • fix-win-x86-nounwind
  • flush
  • form-url-encoded
  • from-message
  • gen-guide
  • guide
  • guide-server
  • guide-styles
  • head-responses
  • header-convenient-constructors
  • header-multiline
  • header-tm!
  • headers-mem-slice
  • headers-raw
  • headers-vec-map
  • http-connector-enforce-scheme
  • http-date-system-time
  • http-versions
  • http10-keep-alive
  • idle-timeout
  • issue-543
  • keep-alive
  • keep-alive-timeout
  • less-deps
  • logs
  • master
  • mio
  • more-on-errors
  • multi-threaded-hello
  • next-uri
  • nightly-fixes
  • no-content
  • nonexhaustive-error
  • openssl-ciphers
  • openssl-opts
  • openssl-verify
  • outgoing-generic
  • park-less
  • parse-till-blocked
  • per-tag-docs
  • perf
  • perf-up
  • pool-clean-parked
  • pool-mutex-race
  • pr/833
  • promote-timeouts
  • pub-control-error
  • quality
  • raw-status
  • readme-tests
  • remove-deprecated
  • res-send
  • rm-pool
  • rotor
  • run-until-unit
  • rust-min-version
  • server-keep-alive
  • server-request-ssl
  • ssl
  • ssl-and-cookie-up
  • ssl-direct-streams
  • timeout
  • tokio
  • tokio-squash
  • un-url
  • unflaky
  • unicase
  • unproto
  • unsudo
  • uri-fixes
  • uri-memslice
  • v0.10.0
  • v0.10.1
  • v0.10.10
  • v0.10.11
  • v0.10.12
  • v0.10.2
  • v0.10.3
  • v0.10.4
  • v0.10.6
  • v0.10.7
  • v0.10.8
  • v0.10.9
  • v0.11.0
  • v0.11.1
  • v0.11.10
  • v0.11.11
  • v0.11.12
  • v0.11.2
  • v0.11.3
  • v0.11.4
  • v0.11.5
  • v0.11.6
  • v0.11.7
  • v0.11.8
  • v0.11.9
  • v0.4.0
  • v0.5.0
  • v0.5.1
  • v0.5.2
  • v0.6.0
  • v0.6.1
  • v0.6.10
  • v0.6.11
  • v0.6.12
  • v0.6.13
  • v0.6.14
  • v0.6.15
  • v0.6.16
  • v0.6.2
  • v0.6.3
  • v0.6.7
  • v0.6.8
  • v0.6.9
  • v0.7.0
  • v0.7.1
  • v0.7.2
  • v0.8.0
  • v0.8.1
  • v0.9.0
  • v0.9.1
  • v0.9.10
  • v0.9.11
  • v0.9.12
  • v0.9.13
  • v0.9.14
  • v0.9.15
  • v0.9.16
  • v0.9.17
  • v0.9.18
  • v0.9.2
  • v0.9.3
  • v0.9.4
  • v0.9.5
  • v0.9.6
  • v0.9.7
  • v0.9.8
  • v0.9.9
  • zero-buf

pending completion
3682

cron

travis-ci

seanmonstar
refactor(server): add debug log when server accepts new connection
Relevant lines Covered
NO TREND HISTORY
Source Files on master
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
3682 master refactor(server): add debug log when server accepts new connection cron 14 Feb 2018 10:24PM UTC seanmonstar travis-ci pending completion  
3681 master refactor(server): add debug log when server accepts new connection push 13 Feb 2018 02:40AM UTC seanmonstar travis-ci pending completion  
3680 master fix(client): detect connection closes as pool tries to use Currently, if the remote closes the connection at the same time that the pool selects it to use for a new request, the connection may actually hang. This fix will now more allow the keep-... push 13 Feb 2018 02:28AM UTC seanmonstar travis-ci pending completion  
3679 master fix(uri): make absolute-form uris always have a path cron 11 Feb 2018 10:21PM UTC seanmonstar travis-ci pending completion  
3678 master fix(uri): make absolute-form uris always have a path cron 10 Feb 2018 10:18PM UTC seanmonstar travis-ci pending completion  
3677 master feat(http2): add HTTP/2 support for Client and Server Pull #1432 09 Feb 2018 01:15AM UTC web-flow travis-ci pending completion  
3676 h2 feat(http2): add HTTP/2 support for Client and Server push 09 Feb 2018 01:04AM UTC seanmonstar travis-ci pending completion  
3675 master feat(http2): add HTTP/2 support for Client and Server Pull #1432 09 Feb 2018 12:50AM UTC web-flow travis-ci pending completion  
3674 h2 feat(http2): add HTTP/2 support for Client and Server push 09 Feb 2018 12:36AM UTC seanmonstar travis-ci pending completion  
3673 master fix(uri): make absolute-form uris always have a path push 09 Feb 2018 12:26AM UTC seanmonstar travis-ci pending completion  
See All Builds (1983)
  • Repo on GitHub
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