| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2014-01-30 | Wrap enum values in arrayref (franckcuny/net-http-spore#30) | Chisel | 1 | -1/+1 | |
| 2014-01-08 | Use Class::Load::load_class instead of Class::MOP::load_class | Chisel | 1 | -2/+3 | |
| This should resolve franckcuny/net-http-spore/#32 No new deps need to be specified as the dist uses [AutoPrereqs] | |||||
| 2014-01-08 | Use Class::Load::load_class instead of Class::MOP::load_class | Chisel | 1 | -2/+3 | |
| This should resolve franckcuny/net-http-spore/#32 No new deps need to be specified as the dist uses [AutoPrereqs] | |||||
| 2014-01-08 | Wrap enum values in arrayref (franckcuny/net-http-spore#30) | Chisel | 1 | -1/+1 | |
| 2013-06-25 | Fixing attribute name typo | Steve Huff | 1 | -1/+1 | |
| Also adding a test case | |||||
| 2013-04-19 | make sure authentication default on method is lazy | Brian Phillips | 1 | -0/+1 | |
| if it's not marked lazy, the predicate has no value (as it's always set at object creation time) | |||||
| 2013-04-19 | clean up types | Brian Phillips | 3 | -50/+50 | |
| - Split out type declarations into separate class - Use namespaced types instead of global types (via MooseX::Types) - use declared types where possible, instead of quoted type names (i.e. isa => Str, instead of isa => 'Str') - Allow "authentication" attribute to coerce from a JSON::is_bool() value (instead of expecting it to be a 1 or a 0 all the time) | |||||
| 2013-04-18 | support for anonymous middlewares | Brian Phillips | 1 | -2/+14 | |
| 2012-11-25 | Use $args{name} outside of subref to avoid memory leak. | Michael Reddick | 1 | -1/+2 | |
| 2012-02-06 | Fix an error string, add a crude test | Andreas Marienborg | 1 | -1/+1 | |
| 2012-02-06 | Support PATCH method (that github uses) | Andreas Marienborg | 1 | -2/+2 | |
| 2012-01-02 | use eq and ne instead of a regex | franck cuny | 1 | -2/+2 | |
| 2012-01-02 | use eq and ne instead of a regex | franck cuny | 1 | -2/+2 | |
| 2011-07-26 | update POD for some middlewares | franck cuny | 4 | -14/+31 | |
| Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
| 2011-07-26 | add new middleware: DoNotTrack | franck cuny | 1 | -0/+22 | |
| Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
| 2011-07-26 | update debug | franck cuny | 1 | -1/+1 | |
| Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
| 2011-07-26 | scheme is stored in spore.url_scheme not spore.scheme | franck cuny | 1 | -2/+2 | |
| Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
| 2011-07-26 | fix test for port and schene | franck cuny | 1 | -2/+7 | |
| Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
| 2011-07-26 | working OAuth middleware | franck cuny | 1 | -32/+203 | |
| Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
| 2011-07-26 | fix bug with trace set to 0 | franck cuny | 1 | -2/+11 | |
| Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
| 2011-07-26 | debug string if defined | franck cuny | 1 | -2/+6 | |
| Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
| 2011-07-26 | add query_string to debug | franck cuny | 1 | -0/+1 | |
| Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
| 2011-07-26 | add debug while loading middlewares | franck cuny | 1 | -0/+1 | |
| Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
| 2011-07-26 | enable trace with environment or constructor | franck cuny | 1 | -23/+26 | |
| Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
| 2011-07-26 | be explicit when there is a timeout | franck cuny | 1 | -1/+5 | |
| Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
| 2011-07-26 | can't log at this point when we attach a method | franck cuny | 1 | -0/+6 | |
| Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
| 2011-07-26 | fix path_info | franck cuny | 1 | -1/+1 | |
| Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
| 2011-07-26 | userinfo if available | franck cuny | 1 | -1/+5 | |
| Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
| 2011-07-26 | add spore.userinfo | franck cuny | 2 | -0/+3 | |
| Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
| 2011-07-26 | add tests for middleware Auth::Header | franck cuny | 1 | -1/+1 | |
| Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
| 2011-07-26 | new middleware | franck cuny | 1 | -0/+32 | |
| Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
| 2011-07-26 | multiple clients | franck cuny | 1 | -30/+34 | |
| Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
| 2011-07-26 | basic role for SPORE | franck cuny | 1 | -0/+56 | |
| Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
| 2011-07-26 | set a default value to 0 for trace attribute in debug role | niko | 1 | -3/+3 | |
| 2011-07-26 | log request and respose | franck cuny | 1 | -3/+26 | |
| 2011-07-26 | basic code to log | franck cuny | 1 | -5/+34 | |
| 2011-07-26 | add host method to request object | franck cuny | 1 | -0/+9 | |
| 2011-07-26 | no debug here | franck cuny | 1 | -1/+1 | |
| 2011-07-26 | trying to finish the trace stuff .. | franck cuny | 3 | -8/+13 | |
| 2011-07-26 | fix a problem when decoding serialized content when not needed | franck cuny | 1 | -1/+2 | |
| 2011-07-13 | support all HTTP methods | Stevan Little | 1 | -1/+1 | |
| 2010-11-26 | need to rewrite this | franck cuny | 1 | -1/+4 | |
| 2010-11-25 | allow XML::Simple options (fperrad) | franck cuny | 1 | -2/+16 | |
| 2010-11-24 | stringify body to a usefull message | franck cuny | 1 | -1/+10 | |
| 2010-11-24 | fix an issue where content-type was not set correctly | franck cuny | 1 | -1/+2 | |
| 2010-11-23 | Add is_success method to Net/HTTP/Spore/Response.pm | Tim Bunce | 1 | -0/+1 | |
| 2010-11-23 | Throw exception by default if not is_success (but excepted takes precedence) | Tim Bunce | 1 | -2/+4 | |
| 2010-11-22 | prepare to release 0.03 | franck cuny | 2 | -6/+6 | |
| 2010-11-22 | remove two middleware | franck cuny | 2 | -25/+0 | |
| 2010-11-17 | try / catch error on middlewares | franck cuny | 1 | -1/+9 | |
| 2010-11-05 | mock call finalize | franck cuny | 1 | -1/+2 | |
| 2010-11-05 | remove two methods | franck cuny | 1 | -80/+56 | |
| 2010-11-03 | remove remaining :name in path | franck cuny | 1 | -3/+10 | |
| 2010-11-01 | use new redirect port | franck cuny | 1 | -2/+4 | |
| 2010-11-01 | don't trace yet | franck cuny | 1 | -5/+5 | |
| 2010-11-01 | rewrite request using moose; not yet finished | franck cuny | 1 | -45/+225 | |
| 2010-11-01 | tidy; add form-data and headers | franck cuny | 1 | -10/+19 | |
| 2010-11-01 | update synopsis | franck cuny | 1 | -0/+7 | |
| 2010-11-01 | add fallback | franck cuny | 1 | -1/+1 | |
| 2010-10-30 | add headers | franck cuny | 1 | -0/+5 | |
| 2010-10-27 | regex to check method | franck cuny | 1 | -1/+1 | |
| 2010-10-26 | add role to trace | franck cuny | 5 | -2/+28 | |
| 2010-10-26 | add expected_status to top level | franck cuny | 1 | -0/+7 | |
| 2010-10-25 | add payload and form-data to the method object | franck cuny | 1 | -9/+42 | |
| 2010-10-19 | by default, no redirect | franck cuny | 1 | -0/+1 | |
| 2010-10-19 | small updates on request: | franck cuny | 1 | -8/+26 | |
| * abstract method to execute middlewares on response * on response callback, middlewares can return a Net::HTTP::Spore::Response object * method _request | |||||
| 2010-10-19 | new middlewares: | franck cuny | 3 | -0/+69 | |
| * fileupload: upload a file (will detect mime type to set appropriate headers) * paranoidagent: handle blacklist and whitelist * redirection: follows HTTP redirection (HTTP status 30*) * test for redirection | |||||
| 2010-10-17 | don't rely on net::http::api::error | franck cuny | 1 | -6/+4 | |
| 2010-10-17 | reflect specification update | franck cuny | 2 | -62/+42 | |
| 2010-10-14 | add subtypes for Bool; change how params works | franck cuny | 1 | -16/+65 | |
| * add subtypes for JSON bool * params is now an hashref with 'required' and 'optional' keys | |||||
| 2010-10-14 | use Scalar::Utils to check if self is blessed | franck cuny | 1 | -1/+2 | |
| 2010-10-14 | use utf8 | franck cuny | 1 | -2/+2 | |
| 2010-10-12 | update POD | franck cuny | 7 | -5/+83 | |
| 2010-10-12 | add enable_if feature + tests | franck cuny | 2 | -13/+31 | |
| 2010-09-16 | update API; add POD | franck cuny | 1 | -9/+84 | |
| 2010-09-15 | remove api_base_url | franck cuny | 1 | -8/+0 | |
| 2010-09-15 | pod | franck cuny | 5 | -0/+84 | |
| 2010-09-15 | auth format remove proto | franck cuny | 1 | -13/+21 | |
| 2010-09-15 | new role to load | franck cuny | 1 | -0/+1 | |
| 2010-09-15 | api attributes | franck cuny | 1 | -0/+27 | |
| 2010-09-15 | POD | franck cuny | 2 | -13/+250 | |
| 2010-09-15 | mocker for request | franck cuny | 1 | -12/+0 | |
| 2010-09-15 | remove useless files | franck cuny | 2 | -28/+38 | |
| 2010-09-15 | foo | franck cuny | 1 | -0/+0 | |
| 2010-09-15 | POD for mw useragent | franck cuny | 1 | -1/+11 | |
| 2010-09-15 | POD for mw runtime | franck cuny | 1 | -0/+14 | |
| 2010-09-15 | auths mw extends auth | franck cuny | 3 | -4/+44 | |
| 2010-09-13 | some POD and examples | franck cuny | 1 | -0/+4 | |
| 2010-09-13 | simple oauth middleware | franck cuny | 1 | -1/+4 | |
| 2010-09-13 | remote trailings args | franck cuny | 1 | -4/+3 | |
