Remove non-existent field from net_response readme

This commit is contained in:
Daniel Nelson 2019-12-03 14:57:40 -08:00
parent 1f7b68a2b2
commit cc9a8cd1c6
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ verify text in the response.
- result
- fields:
- response_time (float, seconds)
- success (int) # success 0, failure 1
- result_code (int, success = 0, timeout = 1, connection_failed = 2, read_failed = 3, string_mismatch = 4)
- result_type (string) **DEPRECATED in 1.7; use result tag**
- string_found (boolean) **DEPRECATED in 1.4; use result tag**