finch icon indicating copy to clipboard operation
finch copied to clipboard

Scala combinator library for building Finagle HTTP services

Results 60 finch issues
Sort by recently updated
recently updated
newest added

As far as I could test, it needs to be implicitly available at the point where you *compile* your endpoints. I do have a pretty modular architecture in my app...

docs

Hi, I really like the idea of finch, and I'm trying to test it out, but sadly I keep hitting obstacles. First there was an issue with the versions, (...

docs

I cannot find in the docs a way to create a `Service[NotRequest, NotResponse]`, perhaps I am missing something obvious but I am wondering if you need to recreate the whole...

Looking through the docs i noticed A bit of the example code doesn't use the `IO` based approach to crafting endpoints. It would be awesome to fix some of these...

docs

Are there any plan to bring grpc into finch?

feature

Currently validation in Finch is based on predicate functions, causing further a NonValid error to be thrown without a chance to add details to it in order to help people...

- Refactor `ToResponse` to consume also status and headers instead of overriding it again in `outputToResponse`. It enables returning _kind of final_ responses from `ToResponse` type class (there are still...

It was asked [on Gitter](https://gitter.im/finagle/finch?at=5c6f1c2de5eeec0d9ba469f9). Here is the argument we need to wire: https://github.com/twitter/finagle/blob/develop/finagle-base-http/src/main/scala/com/twitter/finagle/http/exp/MultipartDecoder.scala#L20

enhancement
help wanted
easy

Related to https://github.com/finagle/finch/issues/581 @vkostyukov @rpless please, take a look. It's the first iteration and I'd be glad to get some feedback on this.

feature

Looks like we have all the pieces in place to make this happen.

help wanted
easy