Darío

Results 13 issues of Darío

Hello, This commit tries to implement a basic CookieJar structure to handle Cookies easily without using external packages.

pending/submitter-response

This library is going to get deprecated in favor of https://github.com/dgrr/websocket.

The main problem this lib has is that the dispatching of handlers is not performed in different coroutines, thus, the `handleStreams` coroutine blocks entirely until the handler finishes, which is...

Yes, that's quite a challenge. I don't want to use channels, but how do you keep being thread-safe then? The main problem is that you can't serialize 2 requests at...

I am not sure if the padding methods I am using are fast enough

Gentoo. x86_64. st. I do not use tmux xd. go get. ![screenshot from 2018-04-10 13-08-55](https://user-images.githubusercontent.com/10146748/38554063-755001f6-3cc1-11e8-9d52-de52e82418b7.png) I solved deleting braille chars from your library but I want you to know about...

bug

Hello, Can you benchmark your package agains [fastjson](https://github.com/valyala/fastjson) and [gjson](https://github.com/tidwall/gjson)? Thanks.

Fixes [14580](https://github.com/vectordotdev/vector/issues/14580). Do I need to add more docs?

domain: external docs

This is a cookie example using normal api and cookiejar fasthttp's implementation.