-
I have extremely simple code, it's a function that returns `Either`
```kotlin
val createdCourse: Either =
adminHub.createCourse(courseNameField(form), request.toReques…
-
The documentation can be patterned on [http4k](https://www.http4k.org/documentation/), and provide a variety of sections, including:
- Introduction
- Concepts
- Routing
- Request Handlin…
-
```
Project loadPackages: {"org.http4k:http4k-core:5.25.0.0" "org.http4k:http4k-core:3.37.0"}
Bind package: "org.http4k.server" content: [
union ServerConfig port: Int =
| SunHttp
…
-
https://www.http4k.org/in_action/
- [ ] Designing Microservices in Functional Style
https://www.youtube.com/watch?v=k5yz7t6dnkU&list=PLVbGEDp7CfroNQGLhBdgqg8TGTX1GeXZ1&index=7
- [ ]
-
Hello,
while creating a project using the toolbox it failed, and I was asked to report the issue here, the output logs:
```
Toolbox remote call failed. Please report this failure at http://gith…
-
-
[KBinding](https://github.com/BennyWang/KBinding) - 使用kotlin实现的Android MVVM框架
https://github.com/liangjingkanji/BRV
https://github.com/saket/cascade
https://github.com/liangjingkanji/Channel
…
-
**Is your feature request related to a problem? Please describe.**
We're looking at the possibility of creating a module in [http4k](http://www.http4k.org/) to support Specmatic, which would allow us…
-
## Background
OpenTelemetry has a recommended way of naming metrics: the [Semantic Conventions](https://opentelemetry.io/docs/specs/otel/metrics/semantic_conventions/http-metrics).
They also hav…
-
Hi,
I'm trying to obfuscate some Kotlin code, but I got this error:
_Error: Library class [org/http4k/format/ConfigurableJacksonKt$read$1$1] doesn't store attributes_
Here is my class that trigge…