Home | History | Annotate | Download | only in logging

Lines Matching refs:POST

1051     POST semantics.
1056 ("GET" or "POST")
1060 if method not in ["GET", "POST"]:
1061 raise ValueError("method must be GET or POST")
1099 if self.method == "POST":
1103 h.endheaders(data if self.method == "POST" else None)