summary refs log tree commit diff
path: root/lib/Net (unfollow)
Commit message (Expand)AuthorFilesLines
2010-10-30add headersfranck cuny1-0/+5
2010-10-26fix method namefranck cuny1-1/+1
2010-10-26add role to tracefranck cuny5-2/+28
2010-10-26add expected_status to top levelfranck cuny1-0/+7
2010-10-26add tests to payloadfranck cuny1-3/+19
2010-10-25add payload and form-data to the method objectfranck cuny2-9/+59
2010-10-25api spec can be modularized:franck cuny3-41/+155
2010-10-19fix testfranck cuny1-2/+2
2010-10-19by default, no redirectfranck cuny1-0/+1
2010-10-19small updates on request:franck cuny1-8/+26
2010-10-19new middlewares:franck cuny4-0/+96
2010-10-17update tests to use the dummy api, and replace api_base_url with base_urlfranck cuny10-44/+46
2010-10-17remove couchdb api; add dummy spec for testsfranck cuny3-93/+24
2010-10-17don't rely on net::http::api::errorfranck cuny1-6/+4
2010-10-17reflect specification updatefranck cuny3-71/+53
2010-10-17simplify github examplefranck cuny1-13/+2
2010-10-14update version and changesfranck cuny2-1/+7
2010-10-14add subtypes for Bool; change how params worksfranck cuny1-16/+65
2010-10-14params is an HashRef nowfranck cuny1-1/+1
2010-10-14new specfranck cuny1-45/+60
2010-10-14use Scalar::Utils to check if self is blessedfranck cuny1-1/+2
2010-10-14use utf8franck cuny1-2/+2
2010-10-12dist.ini file and basic test for format::authofranck cuny2-0/+66
2010-10-12update PODfranck cuny8-8/+102
2010-10-12add enable_if feature + tests<