mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Use ByteString in XHR
This commit is contained in:
parent
53777807f9
commit
a4c5df3494
3 changed files with 17 additions and 15 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue