Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 340 Bytes

rack-test.md

File metadata and controls

24 lines (20 loc) · 340 Bytes
title category
rack-test
Ruby libraries

Methods

get 'url'
post 'url', 'name' => 'john'
put
patch
delete
options
head
authorize 'user', 'pass'
env 'rack.session', csrf: 'token'
header 'Content-Type', 'text/html'

See rack/test.rb.