package
2.0.6+incompatible
Repository: https://github.com/golang/appengine.git
Documentation: pkg.go.dev

# Functions

BlobKeyForFile returns a BlobKey for a Google Storage file.
Delete deletes a blob.
DeleteMulti deletes multiple blobs.
NewReader returns a reader for a blob.
ParseUpload parses the synthetic POST request that your app gets from App Engine after a user's successful upload of blobs.
Send sets the headers on response to instruct App Engine to send a blob as the response body.
Stat returns the BlobInfo for a provided blobKey.
UploadURL creates an upload URL for the form that the user will fill out, passing the application path to load when the POST of the form is completed.

# Structs

BlobInfo is the blob metadata that is stored in the datastore.
UploadURLOptions are the options to create an upload URL.

# Interfaces

Reader is a blob reader.