⛵ v0.13.0 is available
Support for sending files was added -
<https://github.com/mishankov/yahttp/releases/tag/v0.13.0>
Hi @MauroG
Check out `sslContext` function argument in version 0.12.0 for providing custom
SSL context
Is there are any libraries that do XSLT transformations on XML? Took my time to
find some, but didn’t find any. Maybe I’m missing something
Right now there is no way to provide custom SSL context in yahttp. But it
probably should be. I will work on this feature as soon as i have time for it.
GH issue to track <https://github.com/mishankov/yahttp/issues/21>
Hi!
SSL flag is only required if you call https endpoints (probably you do)
I distribute one of my application that uses yahttp with libcrypto and libssl
Hi everyone!
In my project I have a type
QueryParam* = tuple[key: string, value: string]
Run
and functions that receives `openArray` of such objects as a parameter like
this:
query = {"tags": "some tag", "limit": "10"}
Run
Is there some wa
()
Run
Check it out if you are interested - <https://github.com/mishankov/yahttp>
Feedback is appreciated :)
Here are mine solutions for this year AoC:
<https://github.com/mishankov/adventofcode2022>
Hope I'll finish it this year