http

package
v0.0.0-...-eb26d87 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 19, 2026 License: Apache-2.0, MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type PutArguments

type PutArguments struct {
	Body blob.Blob `cborgen:"body" dagjsongen:"body"`
	// Destination is the promise that resolves to the upload destination
	// where the blob should be PUT to. It is the result of a /blob/allocate task.
	Destination promise.AwaitOK `cborgen:"destination" dagjsongen:"destination"`
}

func (*PutArguments) MarshalCBOR

func (t *PutArguments) MarshalCBOR(w io.Writer) error

func (*PutArguments) MarshalDagJSON

func (t *PutArguments) MarshalDagJSON(w io.Writer) error

func (*PutArguments) UnmarshalCBOR

func (t *PutArguments) UnmarshalCBOR(r io.Reader) (err error)

func (*PutArguments) UnmarshalDagJSON

func (t *PutArguments) UnmarshalDagJSON(r io.Reader) (err error)

type PutOK

type PutOK = commands.Unit

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL