Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #35 from chiselwright/enum_arrayref | Ash Berlin | 2014-02-01 | 1 | -1/+1 |
|\ | |||||
| * | Wrap enum values in arrayref (franckcuny/net-http-spore#30) | Chisel | 2014-01-30 | 1 | -1/+1 |
* | | Merge pull request #24 from hakamadare/typo_fix | Ash Berlin | 2014-02-01 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Fixing attribute name typo | Steve Huff | 2013-06-25 | 1 | -1/+1 |
* | | Use Class::Load::load_class instead of Class::MOP::load_class | Chisel | 2014-01-08 | 1 | -2/+3 |
* | | Re-wrap some documentation. | Olaf Alders | 2013-08-14 | 1 | -11/+20 |
* | | Fixes typos. | Olaf Alders | 2013-08-14 | 1 | -2/+2 |
|/ | |||||
* | Allow _add_methods and _attach_spec_to_class to be subclassed. | Ash Berlin | 2013-04-19 | 1 | -8/+8 |
* | make sure authentication default on method is lazy | Brian Phillips | 2013-04-19 | 1 | -0/+1 |
* | clean up types | Brian Phillips | 2013-04-19 | 3 | -50/+50 |
* | support for anonymous middlewares | Brian Phillips | 2013-04-18 | 2 | -2/+18 |
* | Merge branch 'method-patch' of git://github.com/omega/net-http-spore into ome... | Ash Berlin | 2013-04-18 | 1 | -3/+3 |
|\ | |||||
| * | Fix an error string, add a crude test | Andreas Marienborg | 2012-02-06 | 1 | -1/+1 |
| * | Support PATCH method (that github uses) | Andreas Marienborg | 2012-02-06 | 1 | -2/+2 |
* | | Clarifies that new_from_string expects a string in JSON format. | Olaf Alders | 2013-04-18 | 1 | -1/+4 |
* | | Use $args{name} outside of subref to avoid memory leak. | Michael Reddick | 2012-11-25 | 1 | -1/+2 |
* | | Let Dist::Zilla handle the version number. | Franck Cuny | 2012-11-25 | 1 | -2/+0 |
|/ | |||||
* | use eq and ne instead of a regex | franck cuny | 2012-01-02 | 1 | -2/+2 |
* | pod fix | Brian Cassidy | 2011-12-08 | 1 | -1/+1 |
* | confess when we are unable to fetch a spec via LWP | Brian Cassidy | 2011-12-08 | 1 | -0/+4 |
* | remove unused var; simplify conditions | Brian Cassidy | 2011-12-08 | 1 | -7/+2 |
* | update POD for some middlewares | franck cuny | 2011-07-26 | 4 | -14/+31 |
* | fix broken POD | franck cuny | 2011-07-26 | 1 | -1/+2 |
* | add new middleware: DoNotTrack | franck cuny | 2011-07-26 | 1 | -0/+22 |
* | update debug | franck cuny | 2011-07-26 | 1 | -1/+1 |
* | scheme is stored in spore.url_scheme not spore.scheme | franck cuny | 2011-07-26 | 1 | -2/+2 |
* | fix test for port and schene | franck cuny | 2011-07-26 | 1 | -2/+7 |
* | working OAuth middleware | franck cuny | 2011-07-26 | 1 | -32/+203 |
* | fix bug with trace set to 0 | franck cuny | 2011-07-26 | 1 | -2/+11 |
* | debug string if defined | franck cuny | 2011-07-26 | 1 | -2/+6 |
* | add query_string to debug | franck cuny | 2011-07-26 | 1 | -0/+1 |
* | add documentation for tracing | franck cuny | 2011-07-26 | 1 | -0/+18 |
* | add debug while loading middlewares | franck cuny | 2011-07-26 | 1 | -0/+1 |
* | enable trace with environment or constructor | franck cuny | 2011-07-26 | 1 | -23/+26 |
* | be explicit when there is a timeout | franck cuny | 2011-07-26 | 1 | -1/+5 |
* | can't log at this point when we attach a method | franck cuny | 2011-07-26 | 1 | -0/+6 |
* | fix path_info | franck cuny | 2011-07-26 | 1 | -1/+1 |
* | userinfo if available | franck cuny | 2011-07-26 | 1 | -1/+5 |
* | add spore.userinfo | franck cuny | 2011-07-26 | 2 | -0/+3 |
* | add tests for middleware Auth::Header | franck cuny | 2011-07-26 | 1 | -1/+1 |
* | new middleware | franck cuny | 2011-07-26 | 1 | -0/+32 |
* | multiple clients | franck cuny | 2011-07-26 | 1 | -30/+34 |
* | basic role for SPORE | franck cuny | 2011-07-26 | 1 | -0/+56 |
* | set a default value to 0 for trace attribute in debug role | niko | 2011-07-26 | 1 | -3/+3 |
* | log request and respose | franck cuny | 2011-07-26 | 1 | -3/+26 |
* | basic code to log | franck cuny | 2011-07-26 | 1 | -5/+34 |
* | add host method to request object | franck cuny | 2011-07-26 | 1 | -0/+9 |
* | no debug here | franck cuny | 2011-07-26 | 1 | -1/+1 |
* | trying to finish the trace stuff .. | franck cuny | 2011-07-26 | 3 | -8/+13 |
* | fix a problem when decoding serialized content when not needed | franck cuny | 2011-07-26 | 1 | -1/+2 |
* | support all HTTP methods | Stevan Little | 2011-07-13 | 1 | -1/+1 |
* | need to rewrite this | franck cuny | 2010-11-26 | 1 | -1/+4 |
* | allow XML::Simple options (fperrad) | franck cuny | 2010-11-25 | 1 | -2/+16 |
* | stringify body to a usefull message | franck cuny | 2010-11-24 | 1 | -1/+10 |
* | fix an issue where content-type was not set correctly | franck cuny | 2010-11-24 | 1 | -1/+2 |
* | Remove outdated spec/ files. Add github.com/SPORE/specifications link to docs. | Tim Bunce | 2010-11-23 | 1 | -1/+7 |
* | Add is_success method to Net/HTTP/Spore/Response.pm | Tim Bunce | 2010-11-23 | 1 | -0/+1 |
* | Throw exception by default if not is_success (but excepted takes precedence) | Tim Bunce | 2010-11-23 | 1 | -2/+4 |
* | prepare to release 0.03 | franck cuny | 2010-11-22 | 3 | -7/+7 |
* | remove two middleware | franck cuny | 2010-11-22 | 2 | -25/+0 |
* | try / catch error on middlewares | franck cuny | 2010-11-17 | 1 | -1/+9 |
* | mock call finalize | franck cuny | 2010-11-05 | 1 | -1/+2 |
* | remove two methods | franck cuny | 2010-11-05 | 1 | -80/+56 |
* | remove remaining :name in path | franck cuny | 2010-11-03 | 1 | -3/+10 |
* | use new redirect port | franck cuny | 2010-11-01 | 1 | -2/+4 |
* | Merge branch 'master' of github.com:franckcuny/net-http-spore | franck cuny | 2010-11-01 | 1 | -1/+1 |
|\ | |||||
| * | regex to check method | franck cuny | 2010-10-27 | 1 | -1/+1 |
* | | don't trace yet | franck cuny | 2010-11-01 | 1 | -5/+5 |
* | | rewrite request using moose; not yet finished | franck cuny | 2010-11-01 | 1 | -45/+225 |
* | | tidy; add form-data and headers | franck cuny | 2010-11-01 | 1 | -10/+19 |
* | | update synopsis | franck cuny | 2010-11-01 | 1 | -0/+7 |
* | | add fallback | franck cuny | 2010-11-01 | 1 | -1/+1 |
* | | merge | franck cuny | 2010-11-01 | 6 | -12/+101 |
|\ \ | |||||
| * | | add headers | franck cuny | 2010-10-30 | 1 | -0/+5 |
| * | | by default, no redirect | franck cuny | 2010-10-19 | 1 | -0/+1 |
| * | | small updates on request: | franck cuny | 2010-10-19 | 1 | -8/+26 |
| * | | new middlewares: | franck cuny | 2010-10-19 | 3 | -0/+69 |
* | | | add role to trace | franck cuny | 2010-10-26 | 5 | -2/+28 |
| |/ |/| | |||||
* | | add expected_status to top level | franck cuny | 2010-10-26 | 1 | -0/+7 |
* | | add payload and form-data to the method object | franck cuny | 2010-10-25 | 1 | -9/+42 |
* | | api spec can be modularized: | franck cuny | 2010-10-25 | 1 | -27/+81 |
|/ | |||||
* | don't rely on net::http::api::error | franck cuny | 2010-10-17 | 1 | -6/+4 |
* | reflect specification update | franck cuny | 2010-10-17 | 3 | -71/+53 |
* | add subtypes for Bool; change how params works | franck cuny | 2010-10-14 | 1 | -16/+65 |
* | use Scalar::Utils to check if self is blessed | franck cuny | 2010-10-14 | 1 | -1/+2 |
* | use utf8 | franck cuny | 2010-10-14 | 1 | -2/+2 |
* | update POD | franck cuny | 2010-10-12 | 8 | -8/+102 |
* | add enable_if feature + tests | franck cuny | 2010-10-12 | 2 | -13/+31 |
* | add new_from_string and some tests | franck cuny | 2010-10-08 | 1 | -16/+38 |
* | update API; add POD | franck cuny | 2010-09-16 | 1 | -9/+84 |
* | remove api_base_url | franck cuny | 2010-09-15 | 1 | -8/+0 |
* | pod | franck cuny | 2010-09-15 | 5 | -0/+84 |
* | auth format remove proto | franck cuny | 2010-09-15 | 1 | -13/+21 |
* | new role to load | franck cuny | 2010-09-15 | 1 | -0/+1 |
* | init. object with api attributes | franck cuny | 2010-09-15 | 1 | -9/+19 |
* | api attributes | franck cuny | 2010-09-15 | 1 | -0/+27 |
* | POD | franck cuny | 2010-09-15 | 2 | -13/+250 |
* | mocker for request | franck cuny | 2010-09-15 | 1 | -12/+0 |
* | remove useless files | franck cuny | 2010-09-15 | 2 | -28/+38 |
* | foo | franck cuny | 2010-09-15 | 1 | -0/+0 |
* | POD for mw useragent | franck cuny | 2010-09-15 | 1 | -1/+11 |
* | POD for mw runtime | franck cuny | 2010-09-15 | 1 | -0/+14 |
* | auths mw extends auth | franck cuny | 2010-09-15 | 3 | -4/+44 |
* | add pod | franck cuny | 2010-09-15 | 1 | -5/+6 |
* | some POD and examples | franck cuny | 2010-09-13 | 2 | -5/+40 |
* | simple oauth middleware | franck cuny | 2010-09-13 | 1 | -1/+4 |
* | remote trailings args | franck cuny | 2010-09-13 | 1 | -4/+3 |
* | initial import | franck cuny | 2010-09-13 | 24 | -0/+1086 |