]> Kevux Git Server - koopa/commit
Progress: continuing development, http headers work
authorKevin Day <thekevinday@gmail.com>
Sat, 4 Mar 2017 04:45:15 +0000 (22:45 -0600)
committerKevin Day <thekevinday@gmail.com>
Sat, 4 Mar 2017 04:49:13 +0000 (22:49 -0600)
commit01a28fa4340c4984aaaeeaad63ec1e592d86e967
treee6697b10518fe93daf3078ab7e6cc86232f3e86e
parent4ffb21087e8f89074573fe27b9c18112dd62fa88
Progress: continuing development, http headers work

There is still a lot more to go, but this resolves some of the @todo's in the http headers class.

I have noticed that in some cases I called a prepare_token function and the return value has parsed in the name.
- The parsed name is used for parsing functions and generally returns an array.
- Based on the name, I could easily mistake the purpose of the return value for the prepare_token (or similar) functions.
- These prepare functions now use prepared in place of parsed to make reading the code more consistent.
- There are some functions that make this incorrect interpretation and they must be rewritten accordingly.

There are also other minor changes.
common/base/classes/base_error.php
common/base/classes/base_error_messages_english.php
common/base/classes/base_error_messages_japanese.php
common/base/classes/base_http.php
examples/test.php