tesseract v5.3.3.20231005
upload.HttpRpcServer Class Reference

elif e.code >= 500 and e.code < 600: More...

Inheritance diagram for upload.HttpRpcServer:
upload.AbstractRpcServer

Public Attributes

 cookie_file
 
 cookie_jar
 
 authenticated
 
- Public Attributes inherited from upload.AbstractRpcServer
 host
 
 host_override
 
 auth_function
 
 authenticated
 
 extra_headers
 
 save_cookies
 
 opener
 

Additional Inherited Members

- Public Member Functions inherited from upload.AbstractRpcServer
def __init__ (self, host, auth_function, host_override=None, extra_headers={}, save_cookies=False)
 
def Send (self, request_path, payload=None, content_type="application/octet-stream", timeout=None, **kwargs)
 

Detailed Description

elif e.code >= 500 and e.code < 600:

Server Error - try again.

continue

Provides a simplified RPC-style interface for HTTP requests.

Definition at line 359 of file upload.py.

Member Data Documentation

◆ authenticated

upload.HttpRpcServer.authenticated

Definition at line 388 of file upload.py.

◆ cookie_file

upload.HttpRpcServer.cookie_file

Definition at line 383 of file upload.py.

◆ cookie_jar

upload.HttpRpcServer.cookie_jar

Definition at line 384 of file upload.py.


The documentation for this class was generated from the following file: