-
Notifications
You must be signed in to change notification settings - Fork 172
/
Copy pathh2o.yaml
85 lines (85 loc) · 2.08 KB
/
h2o.yaml
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
"functions":
- "name": "h2o_send_redirect"
"params":
- "name": ""
"type": "bool "
- "name": ""
"type": "int"
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
- "name": ""
"type": "size_t"
"return_type": "void"
"signature": "void h2o_send_redirect(h2o_req_t *, int, const char *, const char *, size_t)"
- "name": "h2o_send_redirect_internal"
"params":
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
- "name": ""
"type": "size_t"
- "name": ""
"type": "bool "
- "name": ""
"type": "size_t"
- "name": ""
"type": "int"
"return_type": "void"
"signature": "void h2o_send_redirect_internal(h2o_req_t *, h2o_iovec_t, const char *, size_t, int)"
- "name": "ptls_init_compressed_certificate"
"params":
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
- "name": ""
"type": "size_t"
- "name": ""
"type": "bool "
- "name": ""
"type": "size_t"
"return_type": "int"
"signature": "int ptls_init_compressed_certificate(ptls_emit_compressed_certificate_t *, ptls_iovec_t *, size_t, ptls_iovec_t)"
- "name": "BrotliEncoderCompressStream"
"params":
- "name": ""
"type": "bool "
- "name": ""
"type": "int"
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
"return_type": "int"
"signature": "int BrotliEncoderCompressStream(BrotliEncoderState *, BrotliEncoderOperation, size_t *, const uint8_t **, size_t *, uint8_t **, size_t *)"
- "name": "BrotliEncoderCompress"
"params":
- "name": ""
"type": "int"
- "name": ""
"type": "int"
- "name": ""
"type": "int"
- "name": ""
"type": "size_t"
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
"return_type": "int"
"signature": "int BrotliEncoderCompress(int, int, BrotliEncoderMode, size_t, const uint8_t *, size_t *, uint8_t *)"
"language": "c++"
"project": "h2o"
"target_name": "h2o-fuzzer-url"
"target_path": "/src/h2o/fuzz/driver_url.cc"