frank icon indicating copy to clipboard operation
frank copied to clipboard

A small Sinatra clone for Crystal

Results 4 frank issues
Sort by recently updated
recently updated
newest added

Should add a license... Maybe ISC?

When number of routes increase, router performance drops linearly (still amazing, though : ). ## Generate routes. ``` ruby # ruby s = (1..1000).to_a.map { |e| %Q(get "/#{e}" { "hello"...

It seems the params of HTTP::Response#new have changed, and frank hasn't been updated. By removing the protocol header argument in the method call (which matches the HTTP lib), frank compiles...