mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2025-07-31 12:41:06 +00:00
first commit
This commit is contained in:
parent
2ee525362e
commit
d108756e9b
792 changed files with 336059 additions and 0 deletions
10
RTL00_SDKV35a/component/common/utilities/http_client.h
Normal file
10
RTL00_SDKV35a/component/common/utilities/http_client.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef _HTTP_H_
|
||||
#define _HTTP_H_
|
||||
|
||||
char *http_post_header(char *address, char *resource, char *type, int data_len);
|
||||
char *http_get_header(char *address, char *resource);
|
||||
char *http_response_header(char *buf, int response_len);
|
||||
char *http_response_body(char *buf, int response_len);
|
||||
void http_free(void *buf);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue