]> Kevux Git Server - koopa/commit
Progress: work on http request processing, path processing, and other fixes
authorKevin Day <thekevinday@gmail.com>
Thu, 27 Apr 2017 05:07:06 +0000 (00:07 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 27 Apr 2017 05:09:44 +0000 (00:09 -0500)
commit24e221c2f5aa3b8ddf177ce7799f29eb660ff997
tree83dff48e61ae771bda895d823e8a3fd9875fc8ba
parent66128b17337fdd14f9c657016fe51dda4402890f
Progress: work on http request processing, path processing, and other fixes

Process the HTTP request methods, such as GET, POST, HEAD, OPTIONS, etc...
Add validation against these request methods on a per path basis.

Improve path processing logic (there is still more work to do).

Other fixes and improvements.
I specifically added an nginx example configuration file (it still requires separate PHP-fcgi configuration).
common/base/classes/base_http.php
common/base/classes/base_path.php
common/base/classes/base_session.php
examples/nginx-configuration.example [new file with mode: 0644]
program/reservation/index.php
program/reservation/paths/u/login.php
program/reservation/reservation_database.php
program/reservation/reservation_paths.php
program/sessionize_accounts/readme.txt
program/sessionize_accounts/source/bash/sessionize_accounts.sh
program/sessionize_accounts/source/php/sessionize_accounts-server.php