blob: 25bda6cfb75803103378fa176f90df000b6fadc4 [file] [log] [blame]
// Copyright 2021 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.
{
include: [
"//src/lib/fuchsia-hyper/hyper.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/http_client",
},
capabilities: [
{ protocol: "fuchsia.net.http.Loader" },
],
use: [
{
directory: "root-ssl-certificates",
rights: [ "r*" ],
path: "/config/ssl",
},
],
expose: [
{
protocol: "fuchsia.net.http.Loader",
from: "self",
},
],
}