Use StringIO as SHELF_INPUT by genya0407 · Pull Request #32 · matsumotory/mruby-simplehttpserver

Closes #31 problem It seemed that env[Shelf::SHELF_INPUT] does not work, because io is completely consumed. So we can never read the HTTP request body in the current SimpleHttpServer implementation...