blob: 38b36d08a0fb1a96e43ce4e1dcd2bff431578563 [file] [log] [blame]
// Copyright 2015 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fuchsia.net.oldhttp;
@discoverable
protocol HttpService {
CreateURLLoader(resource struct {
loader server_end:URLLoader;
});
};