forked from swift-server/http
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.jazzy.yaml
More file actions
43 lines (34 loc) · 785 Bytes
/
.jazzy.yaml
File metadata and controls
43 lines (34 loc) · 785 Bytes
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
clean: true
module: HTTP
author: Swift Server API project
github_url: https://github.com/swift-server/http/
theme: fullwidth
clean: true
exclude: [Packages]
readme: README.md
skip_undocumented: false
hide_documentation_coverage: false
xcodebuild_arguments: [-project, SwiftServerHTTP.xcodeproj, -target, HTTP]
custom_categories:
- name: HTTP Server
children:
- HTTPServer
- HTTPServing
- HTTPRequestHandler
- HTTPRequestHandling
- name: HTTP Headers
children:
- HTTPHeaders
- HTTPVersion
- name: HTTP Request
children:
- HTTPRequest
- HTTPMethod
- HTTPBodyHandler
- HTTPBodyProcessing
- HTTPBodyChunk
- name: HTTP Response
children:
- HTTPResponse
- HTTPResponseStatus
- HTTPResponseWriter