Changeset 18983
- Timestamp:
- 09/08/08 19:09:37 (2 months ago)
- Location:
- lang/perl/HTTP-Engine/trunk
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTTP-Engine/trunk/Changes
r18723 r18983 1 1 Revision history for Perl extension HTTP::Engine 2 3 0.0.17 2008-09-08T18:16:37+09:00 4 - Documentation improvements 5 HTTP::Engine, HTTP::Engine::Request 6 - HTTP::Engine::Request add methods 7 request_uri, proxy_request 2 8 3 9 0.0.16 2008-09-03T16:26:05+09:00 -
lang/perl/HTTP-Engine/trunk/TODO
r18723 r18983 17 17 support $r->send_fd() (suggested by kazeburo++) 18 18 19 =head1 PROXY BRANCH20 21 proxy support -
lang/perl/HTTP-Engine/trunk/lib/HTTP/Engine.pm
r18981 r18983 3 3 use Moose; 4 4 use HTTP::Engine::Types::Core qw( Interface ); 5 our $VERSION = '0.0.1 6';5 our $VERSION = '0.0.17'; 6 6 use HTTP::Engine::Request; 7 7 use HTTP::Engine::Request::Upload;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)