misultin icon indicating copy to clipboard operation
misultin copied to clipboard

Misultin (pronounced mee-sool-téen) is an Erlang library for building fast lightweight HTTP(S) servers, which also supports websockets.

Results 15 misultin issues
Sort by recently updated
recently updated
newest added

Hello, I have standard erlang directory structure. In priv directory i have js dir with javascript files and index.html - main page. I started misultin: ``` erlang misultin:start_link([{port, 2000}, {static,...

Hi. Please fix these compile issues: `misultin/src/misultin_websocket_draft-hybi-10_17.erl:98: Warning: crypto:sha/1 is deprecated and will be removed in in a future release; use crypto:hash/2` `misultin/src/misultin_utility.erl:515: Warning: erlang:now/0: Deprecated BIF. See the "Time...

Created with https://github.com/dkhamsing/frankenstein ### GitHub Corrected URLs | Was | Now | | --- | --- | | https://github.com/extend/cowboy | https://github.com/ninenines/cowboy | ### Other Corrected URLs | Was | Now...

Previously function could return IpTuple instead of {ok, IpTuple} in case when X-Forwarded-For header was present which conficted in other modules (in example case clause in 628 line in misultin_http)

Hello! As you know Erlang developers added new functions file:sendfile/2 and file:sendfile/5 in 15B version to perform sending files via tcp. I'll try to implement new send file function. I...

Feature Request

Similar bugs: - https://github.com/faye/faye-websocket-node/issues/4 - https://github.com/extend/cowboy/issues/73 In order to get Hixie76 through a HAProxy loadbalancer the server must send response headers before the request nonce is received. In other words:...

In the module misultin_http function convert_to_binary causes an error when converting Unicode strings in the function call list_to_binary. You may need to replace the call to a unicode: characters_to_binary? Sorry...

Hi. I'm using CentOs 5.7 and Erlang R14B03 (erts-5.8.4). I tried to start two examples "misultin_app_example" and "misultin_websocket_event_example2". When I started it in erl shell all works great. But when...

Some times i need to auto receive request body. For example for getting vars from "/login" POST request. And also i need to upload big files on server and save...

Feature Request