summaryrefslogtreecommitdiff
path: root/lib/TUWF/Request.pm
AgeCommit message (Expand)AuthorFilesLines
2023-01-18Version 1.5v1.5Yorhel1-1/+1
2023-01-11Fix accepting DELETE requestsYorhel1-1/+1
2022-12-18TUWF::Request: Remove old unicode error catching codeYorhel1-2/+0
2022-12-13Use Perl built-in utf8 functions rather than "Encode" moduleYorhel1-17/+21
2019-08-15Add support for JSON::PP and Cpanel::JSON::PPYorhel1-3/+4
2019-07-06Alright then, have it your way, version 1.4v1.4Yorhel1-1/+1
2019-07-06Version 1.3.1v1.3.1Yorhel1-1/+1
2019-06-17Year + version bump for 1.3v1.3Yorhel1-1/+1
2018-04-17TUWF::Request: Fix reqParams() and reqGets() with zero-but-defined inputYorhel1-4/+4
2018-04-15Integrate TUWF::Validate with the rest of TUWFYorhel1-13/+20
2018-02-18Year + Version bump for 1.2v1.2Yorhel1-1/+1
2018-02-05Add tuwf->done and tuwf->pass, change error & before hook handlingYorhel1-13/+10
2017-12-26TUWF::Request: Fixup: Don't decode_utf8 an ENV var + check POST param namesYorhel1-2/+3
2017-12-26TUWF::Request: Check for control characters on all client inputYorhel1-10/+18
2017-12-24TUWF::Request: Disallow ASCII control codes in urlencoded dataYorhel1-0/+3
2017-12-09Add sexier replacements for TUWF::register()Yorhel1-3/+3
2017-12-06Add reqJSON and resJSON for simple JSON API supportYorhel1-2/+20
2017-11-26Version 1.1v1.1Yorhel1-1/+1
2017-01-21Add reqProtocol() methodflan1-2/+8
2016-05-25Add reqFCGI() methodYorhel1-1/+5
2015-09-27Version 1.0v1.0Yorhel1-1/+1
2015-09-20TUWF::Request: Fix arg length check in reqHeader()Yorhel1-1/+1
2015-09-20TUWF::Request: Split reqGet family of methods into scalar and list versionsYorhel1-40/+35
2015-09-20TUWF::Request: Add reqQuery() + include slash in reqPath()Yorhel1-5/+10
2011-08-12Work around a new in-place-decoding "feature" of Encode.pmv0.2Yorhel1-2/+4
2011-02-07Version 0.1 has been released, this repo will now prepresent 0.2Yorhel1-1/+1
2011-02-07Added $VERSION variable and ChangeLog fileYorhel1-0/+1
2011-02-07Generate "bad request" on UTF-8 decoding error and added error_400_handlerYorhel1-8/+19
2011-01-31TUWF::Request: Let decode_utf8() croak on invalid inputYorhel1-15/+16
2011-01-25Fixed bug that caused cookie_prefix to be ignored with reqCookie()Yorhel1-1/+1
2011-01-22TUWF::Request: Provide defaults for missing dataYorhel1-5/+5
2011-01-15Added cookie_prefix optionYorhel1-3/+5
2011-01-15reqGET -> reqGet, reqPOST -> reqPost, and two other minor changesYorhel1-3/+3
2011-01-14Return a proper 413 response when the POST body is too largeYorhel1-3/+1
2011-01-14Return a proper 405 response on invalid HTTP method and added error_405_handl...Yorhel1-4/+5
2011-01-14Added max_post_body optionYorhel1-1/+3
2011-01-12TUWF::Request: Make sure all return values are utf8-decodedYorhel1-11/+9
2011-01-12TUWF::Request: Implemented own cookie parserYorhel1-3/+24
2011-01-12TUWF::Request: Added support for multipart POST dataYorhel1-22/+81
2011-01-11TUWF::Request: Implemented own parameter parsing and handlingYorhel1-33/+84
2011-01-09s/YAWF/TUWF/ and removed examples and some oudated docsYorhel1-0/+142