package
1.40.0
Repository: https://github.com/encoredev/encore.git
Documentation: pkg.go.dev

# Functions

DescribeAuth generates a ParameterEncoding per field of the auth struct and returns it as the AuthEncoding.
DescribeRequest groups the provided httpMethods by default WireLoc and returns a RequestEncoding per WireLoc.
DescribeResponse generates a ParameterEncoding per field of the response struct and returns it as the ResponseEncoding.
IgnoreField returns true if the field name is "-" is any of the valid request or response tags.

# Constants

Parameter is placed in the body.
Parameter is placed in cookies.
Parameter is placed in the HTTP header.
Parameter is placed in the query string.
Parameter location is undefined.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

APIEncoding expresses how an RPC should be encoded on the wire for both the request and responses.
AuthEncoding expresses how a response should be encoded on the wire.
ParameterEncoding expresses how a parameter should be encoded on the wire.
RequestEncoding expresses how a request should be encoded for an explicit set of HTTPMethods.
ResponseEncoding expresses how a response should be encoded on the wire.

# Type aliases

WireLoc is the location of a parameter in the HTTP request/response.