minor refactoring, created HTTP::Body::Octetstream
[catagits/HTTP-Body.git] / lib / HTTP / Body / Urlencoded.pm
index e2a52c7..c01b9b2 100644 (file)
@@ -4,4 +4,10 @@ use strict;
 use base 'HTTP::Body';
 use bytes;
 
+sub spin {
+    my $self = shift;
+    
+    
+}
+
 1;