mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine http request post. 2.0.132.
This commit is contained in:
parent
3982ec1d87
commit
964e4be9d4
6 changed files with 88 additions and 259 deletions
|
@ -113,6 +113,8 @@ public:
|
|||
* @param file the file path, can be relative or absolute path.
|
||||
*/
|
||||
static int on_dvr_reap_segment(std::string url, int client_id, SrsRequest* req, std::string cwd, std::string file);
|
||||
private:
|
||||
static int do_post(std::string url, std::string req, int& code, std::string& res);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue