MCPcopy Create free account

hub / github.com/bmizerany/aws4 / functions

Functions34 in github.com/bmizerany/aws4

↓ 6 callersMethodDo
(req *http.Request)
client.go:47
↓ 4 callersFunctionghmac
(key, data []byte)
sign.go:212
↓ 3 callersMethodDecode
(v interface{})
dydb/dydb.go:53
↓ 3 callersMethodQuery
Query executes an action with a JSON-encoded v as the body. A nil v is represented as the JSON value {}. If an error occurs while communicating with
dydb/dydb.go:84
↓ 2 callersMethodPost
(url string, bodyType string, body io.Reader)
client.go:68
↓ 2 callersMethodPostForm
(url string, data url.Values)
client.go:77
↓ 2 callersMethodSign
Sign signs an HTTP request with the given AWS keys for use on service s.
sign.go:62
↓ 2 callersMethodTypeName
TypeName returns the error Type without the namespace.
dydb/dydb.go:36
↓ 2 callersMethodcreds
(t time.Time)
sign.go:208
↓ 2 callersMethodwriteHeaderList
(w io.Writer, r *http.Request)
sign.go:129
↓ 1 callersMethodExec
Exec is like Query, but discards the response. It returns the error if there was one.
dydb/dydb.go:75
↓ 1 callersMethodGet
(url string)
client.go:52
↓ 1 callersFunctionKeysFromEnvironment
Initializes and returns a Keys using the AWS_ACCESS_KEY and AWS_SECRET_KEY environment variables.
client.go:15
↓ 1 callersFunctionSign
Sign signs a request with a Service derived from r.Host
sign.go:49
↓ 1 callersMethodclient
()
client.go:40
↓ 1 callersMethodsign
(s *Service, t time.Time)
sign.go:31
↓ 1 callersMethodwriteBody
(w io.Writer, r *http.Request)
sign.go:144
↓ 1 callersMethodwriteHeader
(w io.Writer, r *http.Request)
sign.go:113
↓ 1 callersMethodwriteQuery
(w io.Writer, r *http.Request)
sign.go:91
↓ 1 callersMethodwriteRequest
(w io.Writer, r *http.Request)
sign.go:177
↓ 1 callersMethodwriteStringToSign
(w io.Writer, t time.Time, r *http.Request)
sign.go:194
↓ 1 callersMethodwriteURI
(w io.Writer, r *http.Request)
sign.go:164
FunctionBenchmarkSign
(b *testing.B)
bench_test.go:10
MethodDecode
(v interface{})
dydb/dydb.go:48
MethodError
()
dydb/dydb.go:31
FunctionExampleSignGlacier
()
example_test.go:42
FunctionExample_createAndListTables
()
dydb/example_test.go:13
FunctionExample_formEncodedBody
()
example_test.go:28
FunctionExample_jSONBody
()
example_test.go:12
MethodHead
(url string)
client.go:60
FunctionIsException
IsException returns true if err is a ResponseError whos TypeName() equals name; false otherwise.
dydb/dydb.go:24
FunctionPost
Post works like http.Post, but signs the request with Keys.
client.go:31
FunctionPostForm
PostForm works like http.PostForm, but signs the request with Keys.
client.go:36
Functioninit
()
dydb/example_test.go:9