package
0.0.0-20180911130330-d3ccc4fb1d66
Repository: https://github.com/rglyons/kube-arangodb.git
Documentation: pkg.go.dev
# Functions
AcceptedMediaTypesForEndpoint returns an array of structs that are used to efficiently check which allowed media types the server exposes.
MediaTypesForSerializer returns a list of media and stream media types for the server.
NegotiateInputSerializer returns the input serializer for the provided request.
NegotiateInputSerializerForMediaType returns the appropriate serializer for the given media type or an error.
NegotiateMediaTypeOptions returns the most appropriate content type given the accept header and a list of alternatives along with the accepted media type parameters.
NegotiateOutputMediaType negotiates the output structured media type and a serializer, or returns an error.
NegotiateOutputSerializer returns a serializer for the output.
NegotiateOutputStreamSerializer returns a stream serializer for the given request.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
AcceptedMediaType contains information about a valid media type that the server can serialize.
MediaTypeOptions describes information for a given media type that may alter the server response.
# Interfaces
EndpointRestrictions is an interface that allows content-type negotiation to verify server support for specific options.