Adding support for upload chunked encoding.
This commit is contained in:
parent
9498a5738a
commit
cbbc4376ca
5 changed files with 95 additions and 24 deletions
|
@ -32,7 +32,7 @@ class URLRequest : public mate::EventEmitter<URLRequest> {
|
|||
|
||||
|
||||
private:
|
||||
bool WriteBuffer(scoped_refptr<const net::IOBufferWithSize> buffer,
|
||||
bool Write(scoped_refptr<const net::IOBufferWithSize> buffer,
|
||||
bool is_last);
|
||||
void Abort();
|
||||
bool SetExtraHeader(const std::string& name, const std::string& value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue