芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/www/resupres/system/guide/kohana/requests.md
# Requests blah ## The main request request::instance() gets the main request, you set the response in the bootstrap (usually), you use $request->status to send a 404 or other status, $request->headers to send headers, is_ajax, etc. ## Subrequests TODO: This will talk about subrequests.