mirror of
https://github.com/tstack/lnav
synced 2024-11-05 21:21:19 +00:00
3 lines
288 B
Plaintext
3 lines
288 B
Plaintext
Row 0:
|
|
Column parse_url('https://example.com/sea%26rch?flag&flag2&=def#frag1%20space'): {"scheme":"https","user":null,"password":null,"host":"example.com","port":null,"path":"/sea&rch","query":"flag&flag2&=def","parameters":{"flag":null,"flag2":null,"":"def"},"fragment":"frag1 space"}
|