mirror of
https://github.com/rtlduino/RTL8710AF_GCC.git
synced 2026-03-23 10:54:47 +00:00
rtlduino rtl8710af gcc base version
This commit is contained in:
parent
7675bdb95f
commit
9c0c9edf61
2097 changed files with 779974 additions and 2 deletions
10
component/common/utilities/http_client.h
Normal file
10
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