mirror of
https://github.com/tstack/lnav
synced 2024-11-03 23:15:38 +00:00
3 lines
261 B
Plaintext
3 lines
261 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&flag2&=def","parameters":{"flag":null,"flag2":null,"":"def"},"fragment":null}
|