package proto

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service HookHandler

hook.proto:146

The hook service definition.

message Event

hook.proto:24

Event represents an event from tusd which can be handled by the application.

Used in: HookRequest

message FileInfo

hook.proto:35

FileInfo contains information about a single upload resource.

Used in: Event

message FileInfoChanges

hook.proto:65

FileInfoChanges collects changes the should be made to a FileInfo object. This can be done using the PreUploadCreateCallback to modify certain properties before an upload is created. Properties which should not be modified (e.g. Size or Offset) are intentionally left out here.

Used in: HookResponse

message HTTPRequest

hook.proto:91

HTTPRequest contains basic details of an incoming HTTP request.

Used in: Event

message HTTPResponse

hook.proto:136

HTTPResponse contains basic details of an outgoing HTTP response.

Used in: HookResponse