Rakefile: kill raa_update task
[metropolis.git] / SPEC
blob9244b6fddebc379bc6ce1e4c205eb231e0f3af38
1 = Internal specifications (Rack subset)
3 For extreme simplicity, our internal API uses a strict subset of the Rack SPEC:
5 * request input only uses the #read method without arguments
6   to read input all at once
8 * response body must be a single-element Array containing one String
10 * response headers is a regular Hash
12 * response status is always a Fixnum