mist icon indicating copy to clipboard operation
mist copied to clipboard

gleam HTTP server. because it glistens on a web

Results 21 mist issues
Sort by recently updated
recently updated
newest added

Hello! Is there a way to the the IP address of the requester? Thanks, Louis

Hi, I'm the author of [Howdy](https://github.com/mikeyjones/howdy), which wraps a simple API around any webserver the conforms the Geam's HTTP server functions. On lpil's recommendation I moved it from Cowboy to...

Bytes would be sent to user in the wrong order under certain circumstances

I'm working on a code example for using my new actor registry with mist and supervisors. But I'm finding that cannot be restarted by the supervisor, failing with: ``` ......

SO the first thing I tried was to use `ab` to test a simple ping server from an example. Turns out each request was always taking 10 seconds to complete....

Hi. I was struggling with setting multiple cookies in one response. I think the root cause is `add_default_headers` function from `mist/internal/http` module. In the process of converting list to to...

The syntax highlighting of the [documentation](https://hexdocs.pm/mist/index.html) doesn't render properly. A rebuild of the docs fixes the issue. ![image](https://github.com/rawhat/mist/assets/61119347/8c8901a0-031d-49b5-926a-d19218f6c18c)

This is currently in-progress, just keeping it visible. It's going... okay right now 😅

When a handler crashes, this can be somewhat ideal at times. But ideally not regularly. For example errors report as: `` But maybe we can put the reason in the...

Mist currently supports binary and string messages. It'd make sense to support StringBuilder and BitBuilder outgoing messages.