Add the specified post data element. Returns true (1) if the add succeeds.
Base structure.
Returns the number of existing post data elements.
Retrieve the post data elements.
Returns true (1) if the underlying POST data includes elements that are not represented by this cef_post_data_t object (for example, multi-part file upload data). Modifying cef_post_data_t objects with excluded elements may result in the request failing.
Returns true (1) if this object is read-only.
Remove the specified post data element. Returns true (1) if the removal succeeds.
Remove all existing post data elements.
Structure used to represent post data for a web request. The functions of this structure may be called on any thread.