mirror of
https://github.com/cwyark/sdk-ameba-v4.0b_without_nda_gcc.git
synced 2026-07-12 02:55:39 +00:00
Initial commit
This commit is contained in:
commit
6f665866d6
3358 changed files with 1106791 additions and 0 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