aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/aws/smithy-go/transport/http/ya.make
blob: 8ae79c61d869d8f0a7deb455907bb8f4b0183934 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    checksum_middleware.go
    client.go
    doc.go
    headerlist.go
    host.go
    md5_checksum.go
    middleware_close_response_body.go
    middleware_content_length.go
    middleware_header_comment.go
    middleware_headers.go
    middleware_http_logging.go
    middleware_metadata.go
    middleware_min_proto.go
    request.go
    response.go
    time.go
    url.go
    user_agent.go
)

GO_TEST_SRCS(
    checksum_middleware_test.go
    client_test.go
    deserialize_example_test.go
    headerlist_test.go
    host_test.go
    middleware_content_length_test.go
    middleware_header_comment_test.go
    request_test.go
    response_error_example_test.go
    serialize_example_test.go
    url_test.go
    user_agent_test.go
)

GO_XTEST_SRCS(
    middleware_headers_test.go
    middleware_http_logging_test.go
)

END()

RECURSE(
    gotest
    internal
)