mirror of
https://github.com/tstack/lnav
synced 2024-11-17 15:29:40 +00:00
1effd99e5c
Fixes #44
3 lines
230 B
Plaintext
3 lines
230 B
Plaintext
Row 0:
|
|
Column parse_url('https://example.com/search?flag&flag2&=def'): {"scheme":"https","user":null,"password":null,"host":"example.com","port":null,"path":"/search","query":{"flag":null,"flag2":null,"":"def"},"fragment":null}
|