Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HTTPCertReader ¶
HTTPCertReader is a CertReader implementation that fetches the contents of the cert with a http call. No caching is performed.
func NewAppHandler ¶
func NewAppHandler(app alexa.AppHandler) http.HandlerFunc
NewAppHandler returns a http.Handler that services requests using the provided AppHandler
func NewValidatingHandler ¶
func NewValidatingHandler(alexaHandler http.Handler, certReader CertReader) http.HandlerFunc
NewValidatingHandler wraps a http.Handler and validates the request is an authentic request from the alexa skill service
Types ¶
Click to show internal directories.
Click to hide internal directories.