Commit Graph

  • 31885ee06e refactor: Rename "handler" to "resource" Kurt Griffiths 2013-01-10 11:51:37 -05:00
  • 9a50ed5c0b feat(Request): get_header and get_param variants that raise HTTPError Kurt Griffiths 2013-01-09 18:13:00 -05:00
  • 7e5015265c feat(Request): Get param as int Kurt Griffiths 2013-01-09 17:10:06 -05:00
  • 9148b7e629 refactor(helpers): Change rand_string to be strictly a list comprehension. Alejandro Cabrera 2013-01-09 16:29:49 -05:00
  • aa870fcbfd Merge branch 'master' of git://github.com/racker/falcon into pythonic_rand_chars Alejandro Cabrera 2013-01-09 16:28:57 -05:00
  • f84663314b refactor(Api): Hide helper methods and improve lookup performance Kurt Griffiths 2013-01-09 15:33:17 -05:00
  • fb3b25f521 refactor(Request): Reduce McCabe score for __init__ Kurt Griffiths 2013-01-09 15:22:45 -05:00
  • 2783c44af1 refactor(Request): Rename get_header and get_param to try_* Kurt Griffiths 2013-01-09 15:13:36 -05:00
  • cdbb78dcc8 test(Api): On HTTP 405, Allow header is set correctly Kurt Griffiths 2013-01-09 15:03:16 -05:00
  • b51533aeae feat(Api): Method-based routing Kurt Griffiths 2013-01-09 14:51:34 -05:00
  • be44ee280e Merge pull request #1 from cabrera/pep8_fixes Kurt Griffiths 2013-01-09 06:41:01 -08:00
  • b37b920e21 style(all): pep8 fixes Alejandro Cabrera 2013-01-09 07:54:23 -05:00
  • 135f764be9 feat(Request): Read request body kurt-griffiths 2013-01-08 17:42:14 -05:00
  • ee3a4c357e doc:Moved assumptions from readme to notes, and added contributing section to readme kurt-griffiths 2013-01-08 13:18:49 -05:00
  • 4d26898a29 Merge branch 'master' of github.com:racker/falcon kurt-griffiths 2013-01-08 13:18:22 -05:00
  • d039c8234b doc:Moved assumptions from readme to notes kurt-griffiths 2013-01-08 13:11:02 -05:00
  • c226ef7ca6 Simplified Kurt Griffiths 2013-01-08 13:08:31 -05:00
  • 5db331e1c3 feat(Request): Parse query params kurt-griffiths 2013-01-07 18:00:37 -05:00
  • 5cea1b62d1 feat(Api): Add level 1 URI template support for path vars kurt-griffiths 2013-01-07 16:42:17 -05:00
  • 2cd9b9c580 Improved rand_string generation. Alejandro Cabrera 2013-01-07 13:39:09 -05:00
  • 29a69fe468 Whitespace in strcat fix. Alejandro Cabrera 2013-01-07 13:06:50 -05:00
  • dc8f20a060 refactor(Request): Reorder init statements kurt-griffiths 2013-01-07 12:14:01 -05:00
  • cd1c3e2045 feat(Request): Pass through relevant WSGI environ variables kurt-griffiths 2013-01-07 12:07:05 -05:00
  • d12aa8d021 HTTP_HOST, if present, should be used in preference to SERVER_NAME kurt-griffiths 2013-01-07 11:01:40 -05:00
  • 930b262fb0 pep8 fixes. Alejandro Cabrera 2013-01-05 15:38:02 -05:00
  • fa0a5decd3 feat: Ignore body and don't set Content-Length for 1xx, 204, and 304 per RFC 2616 kurt-griffiths 2013-01-04 18:44:59 -05:00
  • 0e486b981f doc: Add notes about set_header trusting the app, and ordering of headers in the response kurt-griffiths 2013-01-04 18:08:08 -05:00
  • e57bec40d7 feat: Pass extra response and request headers kurt-griffiths 2013-01-04 17:49:29 -05:00
  • 2b970a86d1 chore: Remove TODO comments from test file kurt-griffiths 2013-01-03 16:35:07 -05:00
  • 0de4b546ad chore: Move todo list out of git kurt-griffiths 2013-01-03 16:27:23 -05:00
  • a38a10531d fix: WSGI apps must not set hop-by-hop headers per PEP 333 kurt-griffiths 2013-01-03 16:22:18 -05:00
  • 41228e897d chore: Add todo items kurt-griffiths 2013-01-02 18:15:25 -05:00
  • 21ccd5baa2 feat: Add Content-Length and Connection headers to the response (automatically) kurt-griffiths 2013-01-02 18:06:37 -05:00
  • 9b9eae7069 chore: Added notes file as a scratch pad for a future FAQ or whatever kurt-griffiths 2013-01-02 18:04:44 -05:00
  • 03bf72fbb5 Set Content-Length header Kurt Griffiths 2013-01-02 11:22:33 -05:00
  • 54ca5f3fd6 Update README.md Kurt Griffiths 2012-12-31 15:20:59 -05:00
  • 283f81ccde Refactoring tests kurt-griffiths 2012-12-31 13:35:02 -05:00
  • 877da52602 Setting up for testing headers Kurt Griffiths 2012-12-21 12:02:53 -05:00
  • 3fa8fbbcd5 Update README.md Kurt Griffiths 2012-12-20 01:17:22 -06:00
  • b0674c48aa Added tdaemon script Kurt Griffiths 2012-12-20 01:10:00 -06:00
  • 6e7942c688 Refactoring Kurt Griffiths 2012-12-20 01:08:38 -06:00
  • b3de6ea4c3 Added todo kurt-griffiths 2012-12-13 18:53:17 -05:00
  • 1fad002878 Cleaned up TODOs in test case kurt-griffiths 2012-12-12 18:33:27 -05:00
  • 7e739967ec Basic routing works now kurt-griffiths 2012-12-12 18:25:29 -05:00
  • adbf04e854 package skeleton kurt-griffiths 2012-12-07 16:55:19 -05:00
  • 00441ef9c5 Added license file kurt-griffiths 2012-12-06 17:04:18 -05:00
  • 34877dd8aa Minor tweaks to README.md kurt-griffiths 2012-12-06 14:22:49 -05:00
  • 7f3b7b173f Added design goals to readme kurt-griffiths 2012-12-06 14:21:35 -05:00
  • d0d6d182df Initial commit Kurt Griffiths 2012-12-06 10:17:51 -08:00