$ curl <url>?<query_param> $ curl localhost/?get_data=foo
$ curl <url> --data '<query_param>' $ curl localhost/ --data 'post_data=foo&bar=hoge'