GitXplorerGitXplorer
v

heroku-buildpack-curl-http2

public
11 stars
4 forks
0 issues

Commits

List of commits on branch master.
Verified
6dd551ae0ef967ee744e4e4aedd4c2827a499e04

Bump curl version to 7.58.0

vvzsg committed 7 years ago
Verified
47d689fef32d0fa4613f5a2163ef609b4c816b0a

Update curl version to 7.57.0

vvzsg committed 7 years ago
Unverified
3cd47e54e797cdf25ee58b65611dc8d9bbd39b2b

Update README.md

vvzsg committed 7 years ago
Unverified
8f796df46112e084b286ef921f24d42a148114a3

Update README.md

vvzsg committed 7 years ago
Unverified
2a26b389066a200ee30a232813cb54c6e0cc8b33

Update compile

vvzsg committed 7 years ago
Unverified
1035857ae31efac04be29a03498d9ac0b3da90a8

Update compile

vvzsg committed 7 years ago

README

The README file for this repository.

Heroku buildpack: curl with HTTP/2 support

This is a Heroku buildpack that shadows the system-provided curl executable and libcurl with a custom built version, most notably for its HTTP/2 support – provided by nghttp2.

It is not meant to be used standalone, just as an extra layer before the actual language buildpack.

Usage

See Heroku's documentation on multiple buildpacks.

Example for a Vapor app:

$ heroku buildpacks:set https://github.com/vapor-community/heroku-buildpack.git
$ heroku buildpacks:add https://github.com/vzsg/heroku-buildpack-curl-http2.git --index 1
$ git push heroku master
...

You can verify the installation using the following command:

$ heroku run "curl --version"