-
It would be nice to have compatibility with [Twitter Finatra](url) https://twitter.github.io/finatra/
The core library seems to play well, however test suite that comes with Finatra causes multip…
-
Please provide your feedback by adding a new comment
-
We would like to be able to add sentry to our Finatra services, but from my light investigation it appears to be tightly coupled to java servlet servers right now. The httpinterface seems to be tied u…
-
hello,
is there plan to release new versions supporting Finatra v23? as of now there is Finatra [23.11.0](https://mvnrepository.com/artifact/com.twitter/finatra-http-server_2.12/23.11.0).
thank yo…
-
dsl can be implemented with line "override protected val dsl = self"
ref: https://github.com/xiaodongw/swagger-finatra/blob/master/src/main/scala/com/github/xiaodongw/swagger/finatra/SwaggerSupport…
-
```
jar_library(
name='finatra-jackson',
jars=[
scala_jar('com.twitter', 'finatra-jackson', '2.12.0', intransitive=True)
])
```
Even though I specify dependency as intrans…
-
Since 20.5.0
### Expected behavior
It should be possible to make redirect from http to https and vice versa.
### Actual behavior
Currently all `Location` headers which contains absolute ur…
-
Would it be possible to implement a tracing client in other languages? e.g. Could I use this in a Scala/Finatra app? What would it take to implement that sort of client?
-
Hi, it would be really nice to have support for [Finagle](https://github.com/twitter/finagle/tree/develop/finagle-http). As you already have support for Finatra which is a REST framework on top of Fin…
-
Warmup lifecycle is useful if a server needs to populate caches and trigger JIT before starting to serve requests.
The warmup lifecycle could be added to between `STARTING` and `STARTED`.
```
STA…