kinglet icon indicating copy to clipboard operation
kinglet copied to clipboard

A modern asynchronous HTTP server for Rust.

Results 3 kinglet issues
Sort by recently updated
recently updated
newest added

I've just pushed first working version of rotor-http working on top of the new rotor. It now provisions all of the gory details of HTTP (1.x) protocol (except perhaps websockets)....

See examples of server-side support at https://www.grc.com/sqrl/implementations.htm Having native support for this over using a scripting language to implement it may boost interest in kinglet.