shotgun icon indicating copy to clipboard operation
shotgun copied to clipboard

For the times you need more than just a gun.

Results 19 shotgun issues
Sort by recently updated
recently updated
newest added

Currently, with HTTP1 `shotgun` is able to handle async SSE streams by using special logic when it detects the chunked transfer encoding header. For HTTP2, which `gun` will use when...

Hi, awesome library! I'm trying to use shotgun to read from [firebase bitcoin event-source](https://s-usc1c-nss-128.firebaseio.com/bitcoin.json?ns=publicdata-cryptocurrency&sse=true). If I try to read it using `curl` it works, but somehow can't get it to...

bug

Not sure what the project's OTP support commitment is (I've seen other projects claim to only support the 3 most recent OTP releases), but OTP 21 complains about deprecated gen_fsm...

bug

Hi! I keep the conn in gen_server's state, the gen_server can not receive the `gun_down`. And after the server(which http client shotgun request) restart, the conn of gen_server can not...

As stated in inaka/EventSource#57, block delimiters in SSE may be any combination of two items from: - `$\n` - `$\r` - `$\r\n`

The `'basic_auth'` header requires strings as username and password. It would be more flexible to allow binaries, too.

enhancement

Hi ! When I open a connection to not responding endpoint I've got gun_open_failed error which is ok. But I've also got an Crash Report of shotgun fsm, because fsm...

Using a map to represent headers is therefore wrong. Example is multiple `Set-Cookie` headers.

bug