forked from Workiva/w_transport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docs.yml
71 lines (71 loc) · 2.69 KB
/
docs.yml
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
title: w_transport
base: github:Workiva/w_transport/
src: README.md
topics:
- title: Platform Configuration
src: docs/guides/TransportPlatformConfiguration.md
- title: Basics
topics:
- title: HTTP
topics:
- title: Sending requests
src: docs/guides/HttpSendRequestReceiveResponseHandleFailure.md
- title: Request Types
src: docs/guides/HttpRequestTypes.md
- title: Using an HttpClient
src: docs/guides/HttpClient.md
- title: WebSocket
topics:
- title: Establishing a connection
src: docs/guides/WebSocketConnect.md
- title: Sending and receiving data
src: docs/guides/WebSocketSendReceive.md
- title: Listening for completion
src: docs/guides/WebSocketCompletion.md
- title: Advanced Usage
topics:
- title: HTTP
topics:
- title: Sending secure cookies
src: docs/guides/HttpSecureCookies.md
- title: Encoding, content-type, and content-length
src: docs/guides/HttpContentEncoding.md
- title: Canceling and timing-out requests
src: docs/guides/HttpCancellationAndTimeout.md
- title: Streaming requests and responses
src: docs/guides/HttpStreaming.md
- title: Intercepting requests and responses
src: docs/guides/HttpIntercepting.md
- title: Automatic request retrying
src: docs/guides/HttpAutoRetry.md
- title: WebSocket
topics:
- title: Using SockJS
src: docs/guides/WebSocketSockJS.md
- title: Testing/Mocks
topics:
- title: Installing / uninstalling transport mocks
src: docs/guides/MockInstallation.md
- title: HTTP
topics:
- title: Mock responses
src: docs/guides/MockResponse.md
- title: Expecting requests (one-time use)
src: docs/guides/MockHttpExpectations.md
- title: Request handlers (many-time use)
src: docs/guides/MockHttpHandlers.md
- title: WebSocket
topics:
- title: Creating and controlling a mock WebSocket server
src: docs/guides/MockWebSocketServer.md
- title: Expecting WebSocket connections (one-time use)
src: docs/guides/MockWebSocketExpectations.md
- title: WebSocket connections handlers (many-time use)
src: docs/guides/MockWebSocketHandlers.md
- title: Selective mocking with fallback
src: docs/guides/MockSelectiveMockingWithFallback.md
- title: Changelog
src: CHANGELOG.md
topics:
- title: Upgrading to v3.0.0
src: docs/upgrade-guides/v3.0.0.md