Table of Contents

Namespace TypedRest.Endpoints.Raw

Raw endpoints allow you to transmit binary data rather than serialized objects.

Classes

BlobEndpoint

Endpoint for a binary blob that can be downloaded or uploaded.

BlobEndpointExtensions

Provides extension methods for IBlobEndpoint.

UploadEndpoint

Endpoint that accepts binary uploads using multi-part form encoding or raw bodies.

UploadEndpointExtensions

Provides extension methods for IUploadEndpoint.

Interfaces

IBlobEndpoint

Endpoint for a binary blob that can be downloaded or uploaded.

IUploadEndpoint

Endpoint that accepts binary uploads.