summary refs log tree commit diff
path: root/lib/Net/HTTP (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-30Set 'bytes' encoding for t/specs/content.tgzChisel1-0/+4
2014-01-30Wrap enum values in arrayref (franckcuny/net-http-spore#30)Chisel1-1/+1
2014-01-08Use Class::Load::load_class instead of Class::MOP::load_classChisel1-2/+3
2014-01-08Use Class::Load::load_class instead of Class::MOP::load_classChisel1-2/+3
2014-01-08Wrap enum values in arrayref (franckcuny/net-http-spore#30)Chisel1-1/+1
2013-08-14Re-wrap some documentation.Olaf Alders1-11/+20
2013-08-14Fixes typos.Olaf Alders1-2/+2
2013-06-25Fixing attribute name typoSteve Huff2-2/+5
2013-04-19v0.06Ash Berlin1-0/+2
2013-04-19The order of dxil plugins matters - we want to commit *after* the changes fil...Ash Berlin1-9/+3
2013-04-19Allow _add_methods and _attach_spec_to_class to be subclassed.Ash Berlin2-8/+10
2013-04-19Don't test pod coverage on releaseAsh Berlin1-1/+0
2013-04-19Automatically work out next version from git tagsAsh Berlin1-1/+3
2013-04-19use NextRelease plugin to automatically update version in Changes file on rel...Ash Berlin1-0/+2
2013-04-19Add myself to authors sectionAsh Berlin1-0/+1
2013-04-19make sure authentication default on method is lazyBrian Phillips2-0/+3
2013-04-19clean up typesBrian Phillips4-51/+59
2013-04-18support for anonymous middlewaresBrian Phillips4-2/+74
2013-04-18Changes entry for adding PATCH support (Closes #13)Ash Berlin1-0/+1
2013-04-18Clarifies that new_from_string expects a string in JSON format.Olaf Alders1-1/+4
2013-04-18Fix random test failure in perl v5.17.6. Closes #19Ash Berlin2-0/+5
2012-11-25Prepare a new releaseFranck Cuny3-3/+13
2012-11-25DZ: fix MetaResourcesOlivier Mengué1-3/+5
2012-11-25Use $args{name} outside of subref to avoid memory leak.Michael Reddick1-1/+2
2012-11-25Let Dist::Zilla handle the version number.Franck Cuny1-2/+0
2012-02-06Fix an error string, add a crude testAndreas Marienborg2-3/+11
2012-02-06Support PATCH method (that github uses)Andreas Marienborg1-2/+2
2012-01-02use eq and ne instead of a regexfranck cuny1-2/+2
2012-01-02use eq and ne instead of a regexfranck cuny1-2/+2
2011-12-08pod fixBrian Cassidy1-1/+1
2011-12-08confess when we are unable to fetch a spec via LWPBrian Cassidy1-0/+4
2011-12-08remove unused var; simplify conditionsBrian Cassidy1-7/+2
2011-12-08fix warnings in testBrian Cassidy1-3/+3
2011-07-26update POD for some middlewaresfranck cuny4-14/+31
2011-07-26fix broken PODfranck cuny1-1/+2
2011-07-26update changesfranck cuny1-1/+2
2011-07-26remove Try::Tiny and YAML::Syck from testfranck cuny1-3/+0
2011-07-26add new middleware: DoNotTrackfranck cuny2-0/+46
2011-07-26add some changesfranck cuny1-2/+4
2011-07-26update debugfranck cuny1-1/+1
2011-07-26fix wrong testfranck cuny1-1/+1
2011-07-26scheme is stored in spore.url_scheme not spore.schemefranck cuny1-2/+2
2011-07-26add tests for oauthfranck cuny1-23/+72
2011-07-26fix test for port and schenefranck cuny1-2/+7
2011-07-26tests for oauthfranck cuny1-8/+20
2011-07-26working OAuth middlewarefranck cuny1-32/+203
2011-07-26fix bug with trace set to 0franck cuny1-2/+11
2011-07-26debug string if definedfranck cuny1-2/+6
2011-07-26