<<
path:
root/public/blog.git/html/tests/main.h
blob: b6477ccc1a68f6ef3e6edfe002f94abb4ab4f692
[raw]
[clear marker]
8 curl: bool; @"?Curl backend"
9 sock: bool; @"?Socket backend"
12 connect: bool; @"?After connect"
13 send: bool; @"?After send"
15 cancel: bool; @"?Stop"
18 q: Query_Kind; @"?[Optional] Predefined URLs from Query_Kind enum"
19 cq: string; @"?[Optional] Custom query"
20 os: Method_Kind; @"?One-Shot request with specific http method"
21 stream: float; @"?Streamed request with payload size in MB. If is 0, fallback is 32 bytes"
22 l: int; @"?Send/Recv byte limit"
23 t: Drip_Behavior; @"?Drip behavior. Options: `send`, `recv`, `both`"
26 h: bool; @"?Usage and examples"
29/** Lowercase because of the arg parser */
43Drip_Behavior :: enum {