Guest User

Untitled

a guest
Feb 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. require 'sinatra'
  2.  
  3. post '/' do
  4. request.body.read.length.to_s
  5. end
Add Comment
Please, Sign In to add comment