Lines Matching full:transaction
22 // Represents a single HTTP transaction (i.e., a single request/response pair).
27 // Stops any pending IO and destroys the transaction object.
30 // Starts the HTTP transaction (i.e., sends the HTTP request).
32 // Returns OK if the transaction could be started synchronously, which means
36 // that the transaction could not be started.
39 // request_info object alive until Destroy is called on the transaction.
41 // NOTE: The transaction is not responsible for deleting the callback object.
48 // Restarts the HTTP transaction, ignoring the last error. This call can
56 // NOTE: The transaction is not responsible for deleting the callback object.
60 // Restarts the HTTP transaction with a client certificate.
64 // Restarts the HTTP transaction with authentication credentials.
70 // this value anytime Start() completes: if it is true, the transaction
77 // Once response info is available for the transaction, response data may be
85 // the error. Any other negative return value indicates that the transaction
88 // NOTE: The transaction is not responsible for deleting the callback object.
89 // If the operation is not completed immediately, the transaction must acquire
98 // Returns the response info for this transaction or NULL if the response
102 // Returns the load state for this transaction.