2 * Copyright 2013 Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 #ifndef _B_URL_ROSTER_H_
7 #define _B_URL_ROSTER_H_
15 class BUrlProtocolListener
;
18 class BUrlProtocolRoster
{
20 static BUrlRequest
* MakeRequest(const BUrl
& url
,
21 BUrlProtocolListener
* listener
= NULL
,
22 BUrlContext
* context
= NULL
);