summaryrefslogtreecommitdiff
path: root/lib/Net/HTTP/Spore/Meta (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Wrap enum values in arrayref (franckcuny/net-http-spore#30)Chisel2014-01-301-1/+1
|
* make sure authentication default on method is lazyBrian Phillips2013-04-191-0/+1
| | | | | if it's not marked lazy, the predicate has no value (as it's always set at object creation time)
* clean up typesBrian Phillips2013-04-192-47/+44
| | | | | | | | | - 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)
* Merge branch 'method-patch' of git://github.com/omega/net-http-spore into ↵Ash Berlin2013-04-181-3/+3
|\ | | | | | | omega-method-patch
| * Fix an error string, add a crude testAndreas Marienborg2012-02-061-1/+1
| |
| * Support PATCH method (that github uses)Andreas Marienborg2012-02-061-2/+2
| |
* | Use $args{name} outside of subref to avoid memory leak.Michael Reddick2012-11-251-1/+2
|/
* use eq and ne instead of a regexfranck cuny2012-01-021-2/+2
|
* can't log at this point when we attach a methodfranck cuny2011-07-261-0/+6
| | | | Signed-off-by: franck cuny <franck@lumberjaph.net>
* add spore.userinfofranck cuny2011-07-261-0/+1
| | | | Signed-off-by: franck cuny <franck@lumberjaph.net>
* no debug herefranck cuny2011-07-261-1/+1
|
* trying to finish the trace stuff ..franck cuny2011-07-261-6/+0
|
* support all HTTP methodsStevan Little2011-07-131-1/+1
|
* Throw exception by default if not is_success (but excepted takes precedence)Tim Bunce2010-11-231-2/+4
|
* prepare to release 0.03franck cuny2010-11-221-1/+1
|
* Merge branch 'master' of github.com:franckcuny/net-http-sporefranck cuny2010-11-011-1/+1
|\ | | | | | | | | * 'master' of github.com:franckcuny/net-http-spore: regex to check method
| * regex to check methodfranck cuny2010-10-271-1/+1
| |
* | don't trace yetfranck cuny2010-11-011-5/+5
| |
* | tidy; add form-data and headersfranck cuny2010-11-011-10/+19
| |
* | mergefranck cuny2010-11-011-0/+5
|\ \
| * | add headersfranck cuny2010-10-301-0/+5
| | |
* | | add role to tracefranck cuny2010-10-262-1/+7
| |/ |/|
* | add payload and form-data to the method objectfranck cuny2010-10-251-9/+42
|/
* don't rely on net::http::api::errorfranck cuny2010-10-171-6/+4
|
* reflect specification updatefranck cuny2010-10-171-57/+37
|
* add subtypes for Bool; change how params worksfranck cuny2010-10-141-16/+65
| | | | | * add subtypes for JSON bool * params is now an hashref with 'required' and 'optional' keys
* update PODfranck cuny2010-10-121-0/+29
|
* auth format remove protofranck cuny2010-09-151-13/+21
|
* initial importfranck cuny2010-09-133-0/+285