| Renamed RequestHandler to Handler. |
|
More...
|
over 12 years ago
|
| Updated tests to use "context" objects instead of requests when testing handlers for clarity. |
|
More...
|
over 12 years ago
|
| Request now responds to #context. |
|
More...
|
over 12 years ago
|
| Removed the empty HTTP request and response classes. |
|
More...
|
over 12 years ago
|
| Added basic functionality to the request context. |
|
More...
|
over 12 years ago
|
| Added a basic request context class. |
|
More...
|
over 12 years ago
|
| Simplified the Request class, its now a basic repeatable command. |
|
More...
|
over 12 years ago
|
| Gutted the Request class. |
|
More...
|
over 12 years ago
|
| Renamed Client::Handler to Client::RequestHandler. |
|
More...
|
over 12 years ago
|
| Added a basic HTTP handler shell. |
|
More...
|
over 12 years ago
|
| Added configuration to handlers. |
|
More...
|
over 12 years ago
|
| Added a very basic Handler base class. |
|
More...
|
over 12 years ago
|
| Updated license copyright years. |
|
More...
|
over 12 years ago
|
| Fixed yard doc warning. |
|
More...
|
over 12 years ago
|
| Removed a left-over require statement. |
|
More...
|
over 12 years ago
|
| Converted hash rockets to 1.9 hash syntax where possible. |
|
More...
|
over 12 years ago
|
| Moved from explicit require statments to autoload. |
|
More...
|
over 12 years ago
|
| Removed an empty skeleton class. |
|
More...
|
over 12 years ago
|
| Greatly simplified PluginList tests. |
|
More...
|
over 12 years ago
|
| No longer using Minitest.autorun, doesn't play nicely with simplecov. |
|
More...
|
over 12 years ago
|
| Removed minitest-reporters dependency, upgrading to minitest 5. |
|
More...
|
over 12 years ago
|
| Added thread safety tests to PluginList. |
|
More...
|
over 12 years ago
|
| Added missing require statement. |
|
More...
|
over 12 years ago
|
| Added missing feature file from previous test. |
|
More...
|
over 12 years ago
|
| Added empty plugin stack implementation. |
|
More...
|
over 12 years ago
|
| Plugins can be removed by name as well as by class. |
|
More...
|
over 12 years ago
|
| The PluginList#add method is now testing loading nested plugins. |
|
More...
|
over 12 years ago
|
| Updated the plugin method documentation on Client with updated return types. |
|
More...
|
over 12 years ago
|
| PluginList#add now accepts plugins by name. |
|
More...
|
over 12 years ago
|
| Added missing unit tests for PluginList. |
|
More...
|
over 12 years ago
|