recursecenter / webstack.jl

DEPRECATED: In progress Julia webstack
82 stars 5 forks source link

URL parameter support #30

Closed despeset closed 11 years ago

despeset commented 11 years ago

Closes #29

zachallaun commented 11 years ago

This looks good to me now.

despeset commented 11 years ago

Okay, took out the multiple key support because some people ( cough cough ) think developers shouldn't have to type check every time they use a url_param. Sheesh! I added Request.state[:raw_resource] so enterprising web apps can still pull multiple values themselves.