wiro icon indicating copy to clipboard operation
wiro copied to clipboard

Wiro is a lightweight Scala library for writing HTTP routes

Results 20 wiro issues
Sort by recently updated
recently updated
newest added

Remove old issues

BE maint

## requirements - https://github.com/buildo/metarpheus-tapir/issues/1

WIP
backend

Should not reject requests with empty body if body is supposed to be empty

defect

## description routes that end with *Categories will always result in a 404 error ## how to reproduce using wiro, create a query routes that ends with *Categories ``` @query...

bug

## requirements - wiro should log more stuff than it does - log the names of the controllers on boot - the request received should be logged (at least in...

## requirements 1. Wiro user should be allowed to modify all the routes of a given server applying a custom function on the whole router. 2. Wiro user should be...

This is a proposal for a pluggable middleware system for wiro. I'll keep it short, and we can flesh it out with more details if there's interest. Currently ``` HTTP...

## description You get this ```http HTTP/1.1 422 Unprocessable Entity Server: akka-http/10.0.3 Date: Tue, 03 Oct 2017 13:46:37 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 78 Failed decoding of '.token' of type...

## requirements - the fact `resolvers += Resolver.bintrayRepo("buildo", "maven")` is required should be specified in the guide ## specs {optional: describe technical specs to implement this feature, if not obvious}...