2 * Copyright 2013 Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Adrien Destugues, pulkomandy@pulkomandy.tk
10 #include <UrlResult.h>
13 BUrlResult::~BUrlResult()
19 BUrlResult::SetContentType(BString contentType
)
21 fContentType
= contentType
;
26 BUrlResult::SetLength(size_t length
)
33 BUrlResult::ContentType() const
40 BUrlResult::Length() const