Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vzsg/heroku-buildpack-curl-http2
https://github.com/vzsg/heroku-buildpack-curl-http2
curl heroku-buildpack http2
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vzsg/heroku-buildpack-curl-http2
- Owner: vzsg
- Created: 2017-08-10T22:37:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T12:43:00.000Z (almost 7 years ago)
- Last Synced: 2024-08-04T01:06:02.234Z (5 months ago)
- Topics: curl, heroku-buildpack, http2
- Language: Shell
- Size: 11.7 KB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Heroku buildpack: curl with HTTP/2 support
==========================================This is a [Heroku buildpack](http://devcenter.heroku.com/articles/buildpacks) 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](https://devcenter.heroku.com/articles/using-multiple-buildpacks-for-an-app).
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"