Package: @effect/platform
Module: HttpApi
An HttpApi is a collection of HttpApiEndpoints. You can use an HttpApi to
represent a portion of your domain.
The endpoints can be implemented later using the HttpApiBuilder.make api.
Signature
declare const make: <const Id extends string>(identifier: Id) => HttpApi<Id, never, HttpApiDecodeError>
Since v1.0.0