Searched refs:is_post (Results 1 – 2 of 2) sorted by relevance
2030 int is_post = 0; local2044 is_post = 1;2066 if (is_post) {2094 if (is_post) {
530 method_ = params.is_post() ? "POST" : "GET"; in Set()