https://github.com/ingarabr/http4s-cloud-functions
Use http4s with Google Cloud Functions. It's a simple wrapper around the http4s-dsl.
https://github.com/ingarabr/http4s-cloud-functions
google-cloud http4s
Last synced: about 1 month ago
JSON representation
Use http4s with Google Cloud Functions. It's a simple wrapper around the http4s-dsl.
- Host: GitHub
- URL: https://github.com/ingarabr/http4s-cloud-functions
- Owner: ingarabr
- License: mit
- Created: 2020-12-31T14:09:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-11T09:41:39.000Z (about 1 year ago)
- Last Synced: 2025-09-02T18:47:08.434Z (7 months ago)
- Topics: google-cloud, http4s
- Language: Scala
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# http4s Cloud Functions
Use http4s with Google Cloud Functions. It's a simple wrapper around the http4s-dsl.
## Usage
You'll find the artifacts in maven central.
```
libraryDependencies += "com.github.ingarabr" % "http4s-cloud-functions" % ""
```
Extend the `Http4sCloudFunctionIOApp` trait and implement the `routes` function. You find a complete example under [docs/example-usage.md](./docs/example-usage.md).