2 * Copyright 2013 Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Adrien Destugues, pulkomandy@pulkomandy.tk
10 #ifndef _B_DATA_REQUEST_H_
11 #define _B_DATA_REQUEST_H_
14 #include <UrlRequest.h>
17 class BDataRequest
: public BUrlRequest
{
19 BDataRequest(const BUrl
& url
,
20 BUrlProtocolListener
* listener
= NULL
,
21 BUrlContext
* context
= NULL
);
22 const BUrlResult
& Result() const;
24 status_t
_ProtocolLoop();