Johan Haleby

Results 308 comments of Johan Haleby

I think it's a limitation of NanoHttpd unfortunately :(

Thanks for the PR! I've made a comment that maybe you could have a look at?

Sorry I forgot to submit the review

Thanks!! I have a question [here](https://github.com/johanhaleby/bash-templater/pull/11/files#r549692574).

There's no built-in support for this, but you could probably create a custom requesting matching function (see bullet point 3 in the [docs](https://github.com/johanhaleby/stub-http/wiki/routes)). Better path-matching, for example ability to match...

Thanks for the PR. I need to look into this some more before I can answer your question. Stay tuned :)

@jsofra :/ Thanks for reporting, Could be a limitation of nanohttpd. Do you know or recommend a small simple http server that is still maintained? Maybe we can switch it...

I accidentally wrote "Maybe you can switch it instead" instead of "Maybe we can switch it instead". Sorry about that, it was not my intension :) Thanks for digging in...

Yes, works perfectly well :) Glad you found a workaround and thanks for sharing. On Wed, Jul 15, 2020 at 3:09 PM James Sofra wrote: > I ended up just...

@thaggie Did you get this to work? Why does it have to be more complicated with RxNetty than with Apache HttpClient? Apache works out of the box with SSL and...