summary refs log tree commit diff
path: root/t/spore-middleware/auth-basic.t (unfollow)
Commit message (Expand)AuthorFilesLines
2010-11-24update testsfranck cuny1-3/+8
2010-11-24stringify body to a usefull messagefranck cuny1-1/+10
2010-11-24fix an issue where content-type was not set correctlyfranck cuny1-1/+2
2010-11-24add new tests to check content-type valuefranck cuny1-1/+16
2010-11-24add new method in test description filefranck cuny1-0/+4
2010-11-23Remove outdated spec/ files. Add github.com/SPORE/specifications link to docs.Tim Bunce3-559/+7
2010-11-23Add is_success method to Net/HTTP/Spore/Response.pmTim Bunce1-0/+1
2010-11-23Throw exception by default if not is_success (but excepted takes precedence)Tim Bunce1-2/+4
2010-11-23Change deprecated AutoPrereq to recommended AutoPrereqsTim Bunce1-1/+1
2010-11-23Some more clarifications and wishes.Tim Bunce1-4/+8
2010-11-22Simplify the element titles to make them easy to link to.Plus other refinements.Tim Bunce1-40/+50
2010-11-22Convert =items to =head3 where appropriateTim Bunce1-34/+22
2010-11-22Convert examples to JSON. Refine/extend some docs.Tim Bunce1-47/+58
2010-11-22Minor doc updates plus lots of XXX where clarifications are neededTim Bunce1-6/+32
2010-11-22prepare to release 0.03franck cuny5-11/+13
2010-11-22remove two middlewarefranck cuny2-25/+0
2010-11-17try / catch error on middlewaresfranck cuny1-1/+9
2010-11-05mock call finalizefranck cuny1-1/+2
2010-11-05remove two methodsfranck cuny4-132/+61
2010-11-05typofranck cuny1-1/+1
2010-11-03remove remaining :name in pathfranck cuny1-3/+10
2010-11-03add new testfranck cuny1-1/+11
2010-11-01use new redirect portfranck cuny1-2/+4
2010-11-01don't trace yetfranck cuny1-5/+5
2010-11-01add some testsfranck cuny3-0/+104
2010-11-01rewrite request using moose; not yet finishedfranck cuny1-45/+225
2010-11-01tidy; add form-data and headersfranck cuny1-10/+19
2010-11-01update synopsisfranck cuny1-0/+7
2010-11-01add fallbackfranck cuny1-1/+1
2010-11-01add new methods to implement headers and form-datafranck cuny1-0/+17
2010-10-30add headersfranck cuny1-0/+5
2010-10-27regex to check methodfranck cuny1-1/+1
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 + testsfranck cuny3-13/+87
2010-10-08add new_from_string and some testsfranck cuny2-16/+88<