summary refs log tree commit diff
path: root/lib/Net/HTTP/Spore/Role (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use Class::Load::load_class instead of Class::MOP::load_classChisel2014-01-081-2/+3
| | | | | | This should resolve franckcuny/net-http-spore/#32 No new deps need to be specified as the dist uses [AutoPrereqs]
* clean up typesBrian Phillips2013-04-191-3/+6
| | | | | | | | | - 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 middlewaresBrian Phillips2013-04-181-2/+14
|
* update debugfranck cuny2011-07-261-1/+1
| | | | Signed-off-by: franck cuny <franck@lumberjaph.net>
* fix bug with trace set to 0franck cuny2011-07-261-2/+11
| | | | Signed-off-by: franck cuny <franck@lumberjaph.net>
* debug string if definedfranck cuny2011-07-261-2/+6
| | | | Signed-off-by: franck cuny <franck@lumberjaph.net>
* add query_string to debugfranck cuny2011-07-261-0/+1
| | | | Signed-off-by: franck cuny <franck@lumberjaph.net>
* add debug while loading middlewaresfranck cuny2011-07-261-0/+1
| | | | Signed-off-by: franck cuny <franck@lumberjaph.net>
* enable trace with environment or constructorfranck cuny2011-07-261-23/+26
| | | | Signed-off-by: franck cuny <franck@lumberjaph.net>
* set a default value to 0 for trace attribute in debug roleniko2011-07-261-3/+3
|
* log request and resposefranck cuny2011-07-261-3/+26
|
* basic code to logfranck cuny2011-07-261-5/+34
|
* trying to finish the trace stuff ..franck cuny2011-07-262-2/+13
|
* need to rewrite thisfranck cuny2010-11-261-1/+4
|
* try / catch error on middlewaresfranck cuny2010-11-171-1/+9
|
* mergefranck cuny2010-11-012-12/+27
|\
| * by default, no redirectfranck cuny2010-10-191-0/+1
| |
| * small updates on request:franck cuny2010-10-191-8/+26
| | | | | | | | | | | | | | * abstract method to execute middlewares on response * on response callback, middlewares can return a Net::HTTP::Spore::Response object * method _request
* | add role to tracefranck cuny2010-10-262-1/+20
| |
* | add expected_status to top levelfranck cuny2010-10-261-0/+7
|/
* reflect specification updatefranck cuny2010-10-171-5/+5
|
* add enable_if feature + testsfranck cuny2010-10-121-11/+25
|
* remove api_base_urlfranck cuny2010-09-151-8/+0
|
* api attributesfranck cuny2010-09-151-0/+27
|
* initial importfranck cuny2010-09-133-0/+148