David Denton
David Denton
Thanks for the request. FYI, we have implemented MTLS on a couple of http4k projects in the past - so you do already can do it at a push. Both...
For 1 (and using SunHttp as an example) something like this works. It's not particularly pretty as it introduces some dependencies between construction of the server and the app, but...
There isn't a workaround for now unless we convert Method to be an object like Status (which isn't rigid in what you can send).
Yep. If it's useful! 🙃
> My advice would be to remove the `is Iterable` check and rely on default equality check for these cases, but this decision is probably up to maintainers. I tend...
Assuming that MavenCentral artifacts are not coming anytime soon, could the Java API artifact at least be synced to JCenter? It's only a single button click in the Bintray UI...
Pinging to keep this open so at least it's visible for people to see. 🙃
I'm struggling to see how this could work TBH. Also, I'd probably strive to have the open function as: `operator fun invoke(req: Request): Websocket` Have a go though - it...
>I really wish it was possible to provide your own schemaGenerator like in the OpenAPI2 implementation. I'm using a library which is able to produce Json schemas which work perfectly...
There are 2 bits to this - I've done the first on a branch (rendering_json_form_fields_as_objects). I have implemented your method of: ``` val a = MultipartFormField.string().mapWithNewMeta({ it }, { it...