Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #40 from choroba/master master | Ash Berlin | 2015-01-11 | 1 | -2/+2 |
|\ | | | | | Replace deprecated dist-zilla plugins | ||||
| * | replace deprecated plugins | E. Choroba | 2015-01-11 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #36 from chiselwright/tgz_encoding | Ash Berlin | 2014-02-01 | 1 | -0/+4 |
|\ | | | | | Tgz encoding | ||||
| * | Set 'bytes' encoding for t/specs/content.tgz | Chisel | 2014-01-30 | 1 | -0/+4 |
| | | | | | | | | iAs per: https://github.com/rjbs/Dist-Zilla/issues/270 | ||||
| * | Use Class::Load::load_class instead of Class::MOP::load_class | Chisel | 2014-01-08 | 1 | -2/+3 |
| | | | | | | | | | | | | This should resolve franckcuny/net-http-spore/#32 No new deps need to be specified as the dist uses [AutoPrereqs] | ||||
| * | Wrap enum values in arrayref (franckcuny/net-http-spore#30) | Chisel | 2014-01-08 | 1 | -1/+1 |
| | | |||||
* | | 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) | ||||
| * | | 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 | 2 | -2/+5 |
|\ \ \ | |/ / |/| | | Fixing attribute name typo | ||||
| * | | Fixing attribute name typo | Steve Huff | 2013-06-25 | 2 | -2/+5 |
| | | | | | | | | | | | | Also adding a test case | ||||
* | | | Merge pull request #33 from chiselwright/class_load | Ash Berlin | 2014-01-25 | 1 | -2/+3 |
|\ \ \ | |_|/ |/| | | Use Class::Load::load_class instead of Class::MOP::load_class | ||||
| * | | Use Class::Load::load_class instead of Class::MOP::load_class | Chisel | 2014-01-08 | 1 | -2/+3 |
|/ / | | | | | | | | | | | This should resolve franckcuny/net-http-spore/#32 No new deps need to be specified as the dist uses [AutoPrereqs] | ||||
* | | Merge pull request #26 from oalders/master | Ash Berlin | 2013-08-14 | 1 | -12/+21 |
|\ \ | |/ |/| | Typo fixes | ||||
| * | Re-wrap some documentation. | Olaf Alders | 2013-08-14 | 1 | -11/+20 |
| | | |||||
| * | Fixes typos. | Olaf Alders | 2013-08-14 | 1 | -2/+2 |
|/ | |||||
* | v0.06 | Ash Berlin | 2013-04-19 | 1 | -0/+2 |
| | | | | | | | | | - Fix random test failure in t/spore-method/base.t related to random hash ordering in perl 5.17.6+ (#19) - Add support for PATCH HTTP method (#13, Andreas Marienborg) - Allow anonymous subs to be used as middleware (Brian Phillips) - Refactor internals of Net::HTTP::Spore building of specs to allow easier subclassing | ||||
* | The order of dxil plugins matters - we want to commit *after* the changes ↵ | Ash Berlin | 2013-04-19 | 1 | -9/+3 |
| | | | | | file has been updated Also don't need to specify TestRelease, ConfirmRelease and UploadToCPAN as they are in the Basic bundle already | ||||
* | Allow _add_methods and _attach_spec_to_class to be subclassed. | Ash Berlin | 2013-04-19 | 2 | -8/+10 |
| | | | | For instance I have plans to parse Google's discovery documents which have the right information but are in a different format to SPORE specs. | ||||
* | Don't test pod coverage on release | Ash Berlin | 2013-04-19 | 1 | -1/+0 |
| | | | It's currently failing and I don't care enough to tweak the plugin to stop it complaining about all the implementation roles etc. | ||||
* | Automatically work out next version from git tags | Ash Berlin | 2013-04-19 | 1 | -1/+3 |
| | |||||
* | use NextRelease plugin to automatically update version in Changes file on ↵ | Ash Berlin | 2013-04-19 | 1 | -0/+2 |
| | | | | release | ||||
* | Add myself to authors section | Ash Berlin | 2013-04-19 | 1 | -0/+1 |
| | |||||
* | make sure authentication default on method is lazy | Brian Phillips | 2013-04-19 | 2 | -0/+3 |
| | | | | | if it's not marked lazy, the predicate has no value (as it's always set at object creation time) | ||||
* | clean up types | Brian Phillips | 2013-04-19 | 4 | -51/+59 |
| | | | | | | | | | - 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) | ||||
* | support for anonymous middlewares | Brian Phillips | 2013-04-18 | 4 | -2/+74 |
| | |||||
* | Changes entry for adding PATCH support (Closes #13) | Ash Berlin | 2013-04-18 | 1 | -0/+1 |
| | |||||
* | Merge branch 'method-patch' of git://github.com/omega/net-http-spore into ↵ | Ash Berlin | 2013-04-18 | 2 | -5/+13 |
|\ | | | | | | | omega-method-patch | ||||
| * | Fix an error string, add a crude test | Andreas Marienborg | 2012-02-06 | 2 | -3/+11 |
| | | |||||
| * | 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 |
| | | |||||
* | | Fix random test failure in perl v5.17.6. Closes #19 | Ash Berlin | 2013-04-18 | 2 | -0/+5 |
| | | |||||
* | | Prepare a new release | Franck Cuny | 2012-11-25 | 3 | -3/+13 |
| | | |||||
* | | DZ: fix MetaResources | Olivier Mengué | 2012-11-25 | 1 | -3/+5 |
| | | |||||
* | | 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 |
|/ | |||||
* | Merge branch 'bricas' | franck cuny | 2012-01-02 | 2 | -11/+10 |
|\ | | | | | | | | | | | | | | | | | * bricas: use eq and ne instead of a regex pod fix confess when we are unable to fetch a spec via LWP remove unused var; simplify conditions fix warnings in test | ||||
| * | 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 |
| | | |||||
| * | fix warnings in test | Brian Cassidy | 2011-12-08 | 1 | -3/+3 |
| | | |||||
* | | use eq and ne instead of a regex | franck cuny | 2012-01-02 | 1 | -2/+2 |
|/ | |||||
* | update POD for some middlewares | franck cuny | 2011-07-26 | 4 | -14/+31 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | fix broken POD | franck cuny | 2011-07-26 | 1 | -1/+2 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | update changes | franck cuny | 2011-07-26 | 1 | -1/+2 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | remove Try::Tiny and YAML::Syck from test | franck cuny | 2011-07-26 | 1 | -3/+0 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | add new middleware: DoNotTrack | franck cuny | 2011-07-26 | 2 | -0/+46 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | add some changes | franck cuny | 2011-07-26 | 1 | -2/+4 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | update debug | franck cuny | 2011-07-26 | 1 | -1/+1 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | fix wrong test | franck cuny | 2011-07-26 | 1 | -1/+1 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | scheme is stored in spore.url_scheme not spore.scheme | franck cuny | 2011-07-26 | 1 | -2/+2 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | add tests for oauth | franck cuny | 2011-07-26 | 1 | -23/+72 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | fix test for port and schene | franck cuny | 2011-07-26 | 1 | -2/+7 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | tests for oauth | franck cuny | 2011-07-26 | 1 | -8/+20 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | working OAuth middleware | franck cuny | 2011-07-26 | 1 | -32/+203 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | fix bug with trace set to 0 | franck cuny | 2011-07-26 | 1 | -2/+11 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | debug string if defined | franck cuny | 2011-07-26 | 1 | -2/+6 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | add query_string to debug | franck cuny | 2011-07-26 | 1 | -0/+1 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | add test for loading a middleware outside N::H::Spore namespace | franck cuny | 2011-07-26 | 1 | -0/+44 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | add documentation for tracing | franck cuny | 2011-07-26 | 1 | -0/+18 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | cleanup test | franck cuny | 2011-07-26 | 1 | -2/+1 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | add a simple test for trace | franck cuny | 2011-07-26 | 1 | -0/+39 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | add debug while loading middlewares | franck cuny | 2011-07-26 | 1 | -0/+1 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | enable trace with environment or constructor | franck cuny | 2011-07-26 | 1 | -23/+26 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | add test for timeout | franck cuny | 2011-07-26 | 1 | -0/+23 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | be explicit when there is a timeout | franck cuny | 2011-07-26 | 1 | -1/+5 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | can't log at this point when we attach a method | franck cuny | 2011-07-26 | 1 | -0/+6 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | fix path_info | franck cuny | 2011-07-26 | 1 | -1/+1 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | userinfo if available | franck cuny | 2011-07-26 | 1 | -1/+5 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | add spore.userinfo | franck cuny | 2011-07-26 | 2 | -0/+3 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | add tests for middleware Auth::Header | franck cuny | 2011-07-26 | 2 | -1/+71 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | new middleware | franck cuny | 2011-07-26 | 1 | -0/+32 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | update changes | franck cuny | 2011-07-26 | 1 | -0/+1 |
| | |||||
* | add some tests | franck cuny | 2011-07-26 | 1 | -0/+46 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | multiple clients | franck cuny | 2011-07-26 | 1 | -30/+34 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | basic role for SPORE | franck cuny | 2011-07-26 | 1 | -0/+56 |
| | | | | Signed-off-by: franck cuny <franck@lumberjaph.net> | ||||
* | 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 |
| | |||||
* | Merge pull request #8 from stevan/master | franck | 2011-07-13 | 1 | -1/+1 |
|\ | | | | | Adding in all the remaining HTTP 1.1 methods | ||||
| * | support all HTTP methods | Stevan Little | 2011-07-13 | 1 | -1/+1 |
|/ | |||||
* | update version | franck cuny | 2011-01-19 | 1 | -1/+1 |
| | |||||
* | need to rewrite this | franck cuny | 2010-11-26 | 1 | -1/+4 |
| | |||||
* | update Changes | franck cuny | 2010-11-25 | 1 | -0/+1 |
| | |||||
* | allow XML::Simple options (fperrad) | franck cuny | 2010-11-25 | 2 | -3/+17 |
| | |||||
* | add .gitignore | franck cuny | 2010-11-25 | 1 | -0/+7 |
| | |||||
* | update Changes | franck cuny | 2010-11-24 | 1 | -0/+8 |
| | |||||
* | update tests | franck cuny | 2010-11-24 | 2 | -7/+21 |
| | |||||
* | 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 |
| | |||||
* | add new tests to check content-type value | franck cuny | 2010-11-24 | 1 | -1/+16 |
| | |||||
* | add new method in test description file | franck cuny | 2010-11-24 | 1 | -0/+4 |
| | |||||
* | Remove outdated spec/ files. Add github.com/SPORE/specifications link to docs. | Tim Bunce | 2010-11-23 | 3 | -559/+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 |
| | |||||
* | Change deprecated AutoPrereq to recommended AutoPrereqs | Tim Bunce | 2010-11-23 | 1 | -1/+1 |
| | |||||
* | Some more clarifications and wishes. | Tim Bunce | 2010-11-23 | 1 | -4/+8 |
| | |||||
* | Simplify the element titles to make them easy to link to.Plus other refinements. | Tim Bunce | 2010-11-22 | 1 | -40/+50 |
| | |||||
* | Convert =items to =head3 where appropriate | Tim Bunce | 2010-11-22 | 1 | -34/+22 |
| | |||||
* | Convert examples to JSON. Refine/extend some docs. | Tim Bunce | 2010-11-22 | 1 | -47/+58 |
| | |||||
* | Minor doc updates plus lots of XXX where clarifications are needed | Tim Bunce | 2010-11-22 | 1 | -6/+32 |
| | |||||
* | prepare to release 0.03 | franck cuny | 2010-11-22 | 5 | -11/+13 |
| | |||||
* | 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 | 4 | -132/+61 |
| | |||||
* | typo | franck cuny | 2010-11-05 | 1 | -1/+1 |
| | |||||
* | remove remaining :name in path | franck cuny | 2010-11-03 | 1 | -3/+10 |
| | |||||
* | add new test | franck cuny | 2010-11-03 | 1 | -1/+11 |
| | |||||
* | 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 |
|\ | | | | | | | | | * 'master' of github.com:franckcuny/net-http-spore: regex to check method | ||||
| * | regex to check method | franck cuny | 2010-10-27 | 1 | -1/+1 |
| | | |||||
* | | don't trace yet | franck cuny | 2010-11-01 | 1 | -5/+5 |
| | | |||||
* | | add some tests | franck cuny | 2010-11-01 | 3 | -0/+104 |
| | | |||||
* | | 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 |
| | | |||||
* | | add new methods to implement headers and form-data | franck cuny | 2010-11-01 | 1 | -0/+17 |
| | | |||||
* | | merge | franck cuny | 2010-11-01 | 7 | -12/+128 |
|\ \ | |||||
| * | | add headers | franck cuny | 2010-10-30 | 1 | -0/+5 |
| | | | |||||
| * | | fix test | franck cuny | 2010-10-19 | 1 | -2/+2 |
| | | | |||||
| * | | by default, no redirect | franck cuny | 2010-10-19 | 1 | -0/+1 |
| | | | |||||
| * | | small updates on request: | franck cuny | 2010-10-19 | 1 | -8/+26 |
| | | | | | | | | | | | | | | | | | | | | | * abstract method to execute middlewares on response * on response callback, middlewares can return a Net::HTTP::Spore::Response object * method _request | ||||
| * | | new middlewares: | franck cuny | 2010-10-19 | 4 | -0/+96 |
| | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | | fix method name | franck cuny | 2010-10-26 | 1 | -1/+1 |
| | | | |||||
* | | | 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 tests to payload | franck cuny | 2010-10-26 | 1 | -3/+19 |
| | | |||||
* | | add payload and form-data to the method object | franck cuny | 2010-10-25 | 2 | -9/+59 |
| | | |||||
* | | api spec can be modularized: | franck cuny | 2010-10-25 | 3 | -41/+155 |
|/ | | | | | | * add two new methods: new_from_specs and new_from_strings theses two methods can receive more than one description to create a client * add tests and api desc | ||||
* | update tests to use the dummy api, and replace api_base_url with base_url | franck cuny | 2010-10-17 | 10 | -44/+46 |
| | |||||
* | remove couchdb api; add dummy spec for tests | franck cuny | 2010-10-17 | 3 | -93/+24 |
| | |||||
* | 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 |
| | |||||
* | simplify github example | franck cuny | 2010-10-17 | 1 | -13/+2 |
| | |||||
* | update version and changes | franck cuny | 2010-10-14 | 2 | -1/+7 |
| | |||||
* | add subtypes for Bool; change how params works | franck cuny | 2010-10-14 | 1 | -16/+65 |
| | | | | | * add subtypes for JSON bool * params is now an hashref with 'required' and 'optional' keys | ||||
* | params is an HashRef now | franck cuny | 2010-10-14 | 1 | -1/+1 |
| | |||||
* | new spec | franck cuny | 2010-10-14 | 1 | -45/+60 |
| | |||||
* | 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 |
| | |||||
* | dist.ini file and basic test for format::autho | franck cuny | 2010-10-12 | 2 | -0/+66 |
| | |||||
* | update POD | franck cuny | 2010-10-12 | 8 | -8/+102 |
| | |||||
* | add enable_if feature + tests | franck cuny | 2010-10-12 | 3 | -13/+87 |
| | |||||
* | add new_from_string and some tests | franck cuny | 2010-10-08 | 2 | -16/+88 |
| | |||||
* | update API; add POD | franck cuny | 2010-09-16 | 1 | -9/+84 |
| | |||||
* | add Changes | franck cuny | 2010-09-16 | 1 | -0/+2 |
| | |||||
* | 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 |
| | |||||
* | update spec | franck cuny | 2010-09-15 | 1 | -1/+9 |
| | |||||
* | remove protocol test | franck cuny | 2010-09-15 | 1 | -1/+0 |
| | |||||
* | POD | franck cuny | 2010-09-15 | 2 | -13/+250 |
| | |||||
* | update tests | franck cuny | 2010-09-15 | 5 | -5/+73 |
| | |||||
* | add a auth method | franck cuny | 2010-09-15 | 1 | -1/+2 |
| | |||||
* | tests use the mocker | franck cuny | 2010-09-15 | 5 | -25/+53 |
| | |||||
* | rewrite test using mocker | franck cuny | 2010-09-15 | 1 | -19/+41 |
| | |||||
* | 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 |
| | |||||
* | remove and renamed | franck cuny | 2010-09-15 | 2 | -252/+0 |
| | |||||
* | fix pod | franck cuny | 2010-09-15 | 1 | -0/+256 |
| | |||||
* | update specification | franck cuny | 2010-09-15 | 2 | -22/+174 |
| | |||||
* | 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 |
| | |||||
* | added first incomplete draft of implementation specs | Nils Grunwald | 2010-09-15 | 1 | -0/+250 |
| | |||||
* | fixed various spelling mistakes and some rewriting | Nils Grunwald | 2010-09-15 | 1 | -15/+15 |
| | |||||
* | some POD and examples | franck cuny | 2010-09-13 | 4 | -5/+127 |
| | |||||
* | simple oauth middleware | franck cuny | 2010-09-13 | 1 | -1/+4 |
| | |||||
* | remote trailings args | franck cuny | 2010-09-13 | 1 | -4/+3 |
| | |||||
* | remove specs | franck cuny | 2010-09-13 | 4 | -99/+0 |
| | |||||
* | initial import | franck cuny | 2010-09-13 | 53 | -0/+2070 |