conjure-runtime-raw 0.1.0

An HTTP client compatible with Conjure-generated services
Documentation
conjure-runtime-raw (fork)
======================

Copyright 2025 Nominal, Inc

This product includes software originally developed by Palantir Technologies, Inc.
The original work is available at: https://github.com/palantir/conjure-runtime

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at:

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


Summary of Changes
------------------

This fork makes the following modifications relative to the original
`conjure-runtime` project by Palantir Technologies, Inc.:

* Promoted several previously-private or crate-private types and functions to
  public visibility in order to allow external crates to add custom client
  configuration.
* Removed substantial portions of the original implementation that are not
  required for custom client configuration.
* Adjusted APIs to support externally-supplied configuration while preserving
  compatibility with the remaining public interfaces.

No functional behavior from the upstream project is preserved beyond what is
necessary to support these public APIs.