// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module network.mojom;
// This struct contains a encoded body length which is of type unsign long and
// is used as an optional value.
struct EncodedBodyLength {
uint64 value;
};