Home | History | Annotate | Download | only in http

Lines Matching full:transaction

25 // Represents a single HTTP transaction (i.e., a single request/response pair).
30 // Stops any pending IO and destroys the transaction object.
33 // Starts the HTTP transaction (i.e., sends the HTTP request).
35 // Returns OK if the transaction could be started synchronously, which means
39 // the transaction could not be started.
42 // request_info object alive until Destroy is called on the transaction.
44 // NOTE: The transaction is not responsible for deleting the callback object.
51 // Restarts the HTTP transaction, ignoring the last error. This call can
59 // NOTE: The transaction is not responsible for deleting the callback object.
63 // Restarts the HTTP transaction with a client certificate.
67 // Restarts the HTTP transaction with authentication credentials.
72 // this value anytime Start() completes: if it is true, the transaction
79 // Once response info is available for the transaction, response data may be
87 // the error. Any other negative return value indicates that the transaction
90 // NOTE: The transaction is not responsible for deleting the callback object.
91 // If the operation is not completed immediately, the transaction must acquire
101 // work only if Start returns success and the underlying transaction supports
108 // Called to tell the transaction that we have successfully reached the end
111 // transaction is busy processing a previous operation (like a pending Read).
114 // Returns the response info for this transaction or NULL if the response
118 // Returns the load state for this transaction.