yahttp - simple HTTP client

2024-08-21 Thread mishankov
⛵ v0.13.0 is available Support for sending files was added - <https://github.com/mishankov/yahttp/releases/tag/v0.13.0>

yahttp - simple HTTP client

2024-08-17 Thread mishankov
Hi @MauroG Check out `sslContext` function argument in version 0.12.0 for providing custom SSL context

XSLT transformations

2024-06-05 Thread mishankov
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

yahttp - simple HTTP client

2024-05-19 Thread mishankov
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>

yahttp - simple HTTP client

2024-03-05 Thread mishankov
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

Some sort of interface-like functionality or varargs

2023-11-22 Thread mishankov
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

yahttp - simple HTTP client

2023-11-22 Thread mishankov
() Run Check it out if you are interested - <https://github.com/mishankov/yahttp> Feedback is appreciated :)

Advent of Nim 2022

2022-12-01 Thread mishankov
Here are mine solutions for this year AoC: <https://github.com/mishankov/adventofcode2022> Hope I'll finish it this year