-
Based on my experiments, if a message contains [a well-known type](https://protobuf.dev/reference/protobuf/google.protobuf/), http4s-grpc produces invalid code. For example, this protobuf:
```protobu…
-
As part of the documentation rework I want to write a tutorial on basic use of http4s. I'm planning to use [ScalaBridge](https://github.com/scalabridgelondon/lesson-plans/blob/master/web/0-intro.md) m…
-
unhandled exception while running inlining on /Users/Jianping.Roth/workspace/ebs/comms/cem-comms/comms-cqrs/comms-command-gateway/src/main/scala/CommQueryClient.scala
An unhandled exception was…
-
Hello!
In http4s there is [streamJsonArrayEncoderOf](https://github.com/http4s/http4s/blob/50f988442c15193b3495ca695997c14a2dd778b6/circe/src/main/scala/org/http4s/circe/CirceInstances.scala#L171) …
-
* [x] add CORS handling (there is a HTTP4s middleware for it) in `AppServer`
* [x] add Prometheus instrumentation (there is a HTTP4s middleware for it) in `AppServer`
* [ ] create special HTTP threa…
-
```scala
package smithy4sdemo
import cats.effect.IO
import cats.effect.IOApp
import com.amazonaws.account.Account
import org.http4s.ember.client.EmberClientBuilder
import smithy4s.aws.AwsClien…
-
Consider the following URI:
```
?foo=bar&foo&foo=baz
```
On http4s level, the `query.pairs` contains the whole truth: `Vector((foo,Some(bar)), (foo,None), (foo,Some(baz)))`.
However, in the…
-
Version: 0.18.19
Build:
```scala
val root = project
.in(file("."))
.settings(
scalaVersion := "3.4.2",
libraryDependencies ++= Seq(
"com.disneystreaming.smithy4s" %% "smi…
-
## Compiler version
Scala compiler version 3.4.0-RC1-bin-SNAPSHOT-git-55c2002 (commit 55c20020c24d9edcc8577e9b62c5935e358efbfa)
## Issue
When trying to compile the `http4s` community project …
q-ata updated
3 weeks ago
-
It would be amazing to include support for Link on http4s