Searched refs:_METHODS_EXPECTING_BODY (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/http/ | ||
H A D | client.py | 158 _METHODS_EXPECTING_BODY = {'PATCH', 'POST', 'PUT'} variable 817 if method.upper() in _METHODS_EXPECTING_BODY: |
Completed in 3 milliseconds