Use ByteString in XHR

This commit is contained in:
Manish Goregaokar 2014-05-03 19:39:11 +05:30
parent 53777807f9
commit a4c5df3494
3 changed files with 17 additions and 15 deletions

View file

@ -2,6 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#[deriving(Encodable,Clone)]
pub struct ByteString(Vec<u8>);
impl ByteString {