Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 359 Bytes

rack-test.md

File metadata and controls

25 lines (21 loc) · 359 Bytes
title category layout
rack-test
Ruby libraries
2017/sheet

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.