Document return of C::T::get is bytes not characters, RT#53678
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Test.pm
index f987172..e940be0 100644 (file)
@@ -202,6 +202,9 @@ method and the L<request|/"$res = request( ... );"> method below:
     is ( $uri->path , '/y');
     my $content = get($uri->path);
 
+Note also that the content is returned as raw bytes, without any attempt
+to decode it into characters.
+
 =head2 $res = request( ... );
 
 Returns an L<HTTP::Response> object. Accepts an optional hashref for request