PJ Dietz
|
7d3f4442b4
|
Code style
|
2014-07-27 16:52:59 -04:00 |
PJ Dietz
|
4ae6e5f2e4
|
Fix issue in Response when setting headers in constructor
Update tests for Response
|
2014-07-26 01:47:05 -04:00 |
PJ Dietz
|
ecb58c11b8
|
Clean up unused imports
|
2014-07-14 01:00:38 -04:00 |
PJ Dietz
|
794d0901b9
|
Fix documentation and add tests for Response
|
2014-07-13 23:56:19 -04:00 |
PJ Dietz
|
aa06181e40
|
Refactor DispatcherInterface to HandlerInterface
Update file doc blocks
Code inspection
|
2014-06-29 10:43:39 -04:00 |
PJ Dietz
|
086dd62f05
|
Bugfixes from removing magic methods
|
2014-06-28 18:30:27 -04:00 |
PJ Dietz
|
566384f1e4
|
Promote Response::getStatusLine() to public
Fix issue where response phrase was not set in Response constructor.
|
2014-04-07 16:25:22 -04:00 |
PJ Dietz
|
8049635837
|
Add ability to read response body from a file without reading the entire file into memory
|
2014-03-19 15:13:29 -04:00 |
PJ Dietz
|
98e04ab63b
|
Define interfaces more clearly and clean up code.
|
2013-05-26 14:55:48 -04:00 |
PJ Dietz
|
ac752bb446
|
Add interfaces for requests and responses
|
2013-05-23 20:26:32 -04:00 |
PJ Dietz
|
47ec8f5f96
|
Code cleanup and refactoring
|
2013-05-19 12:59:57 -04:00 |
PJ Dietz
|
9863bee7f5
|
Set headers and headerLookup arrays in Message::__constructor to prevent warning
|
2013-03-29 13:53:51 -04:00 |
PJ Dietz
|
972f8e9c26
|
Update Request and Response
Add constructor for Request to provide URI and method on instantiation.
Add success property and getSuccess() method Response.
Closes #1
|
2013-03-26 21:05:36 -04:00 |
PJ Dietz
|
d0ef6a62fb
|
Updates to documentation for better documentation generation
Refactored WellrestedException to WellRESTedException
|
2013-01-29 20:59:55 -05:00 |
PJ Dietz
|
e419aaba7d
|
Add page-level doc blocks to each script
Update comments
Update magic accessors
Update accessor and add islet and unset methods
|
2013-01-28 22:15:33 -05:00 |
PJ Dietz
|
8597b9be06
|
Refactor for better PSR compliance. Still need to finish with samples.
|
2013-01-24 21:27:57 -05:00 |
PJ Dietz
|
331bdae7ec
|
Refactor library files into src/pjdietz/WellRESTed
|
2013-01-10 20:54:22 -05:00 |