Searched refs:HTTP (Results 1 – 19 of 19) sorted by relevance
/AliOS-Things-master/components/http/ |
A D | README.md | 7 HTTP(HyperText Transfer Protocol)是一款用于传输超文本的应用层协议。AliOS Things的网络协议栈包含了HTTP组件,提供HTTP客户端标准能力。开发者可以通过… 10 - HTTP GET 11 - HTTP HEAD 12 - HTTP POST 13 - HTTP PUT 86 > HTTP_PORT : HTTP默认端口 104 ## 分配HTTP请求头部缓存和响应缓存 115 ## 释放HTTP请求头部缓存和响应缓存 124 ## 重置HTTP请求头部缓存和响应缓存 140 |client |HTTP client上下文,包含配置参数,如服务端口号、服务端证书等| [all …]
|
/AliOS-Things-master/components/linksdk/ |
A D | README.md | 13 - HTTP连云 39 │ ├── dynreg #基于HTTP动态注册 47 │ ├── aiot_http_api.c #HTTP核心api实现 48 │ ├── aiot_http_api.h #HTTP对外头文件
|
/AliOS-Things-master/documentation/manual/ |
A D | component.md | 16 - 必选依赖:是指组件A在完成某个功能时,必须引入组件B,一起配合。例如:HTTP组件,完成访问HTTP服务器的功能,必须引入TCP/IP组件。 17 …- 可选依赖:是指组件A在完成某个功能时,可以引入组件C,也可以引入组件D。例如:HTTP组件,要访问HTTPS服务器,可以引入mbedtls组件,也可以引入openssl组件,来完成访问服务器中…
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/makefsdata/ |
A D | readme.txt | 9 switch -e: exclude HTTP header from file (header is created at runtime, default is on) 10 switch -11: include HTTP 1.1 header (1.0 is default)
|
/AliOS-Things-master/components/oss/src/client/ |
A D | ClientConfiguration.cc | 103 scheme(Http::Scheme::HTTP), in ClientConfiguration() 108 proxyScheme(Http::Scheme::HTTP), in ClientConfiguration()
|
/AliOS-Things-master/components/amp/libjs/lib/ |
A D | http.js | 3 module.exports = __native.HTTP;
|
/AliOS-Things-master/components/amp/example-js/ |
A D | promise.js | 16 HTTP.request("http://appengine.oss-cn-hangzhou.aliyuncs.com/httpTest.txt", function(data){
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/http/ |
A D | HttpType.h | 45 HTTP, enumerator
|
/AliOS-Things-master/components/oss/src/http/ |
A D | HttpRequest.cc | 31 return name[scheme - Http::Scheme::HTTP]; in SchemeToString()
|
/AliOS-Things-master/components/amp/ |
A D | README.md | 35 │ ├── amp_httpc.h HTTP Client
|
/AliOS-Things-master/components/uvoice/ |
A D | README.md | 9 - 播放(Flash/Memory/FS/HTTP/HTTPS/HLS) 183 > 支持播放HTTP功能开关
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | README.webp_js | 41 The HTML page webp_js/index.html requires an HTTP server to serve the WebP
|
/AliOS-Things-master/components/oss/ |
A D | README.md | 13 Endpoint表示OSS对外服务的访问域名。OSS以HTTP RESTful API的形式对外提供服务,当访问不同地域的时候,需要不同的域名。通过内网和外网访问同一个地域所需要的域名也是不同的。
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | FAQ | 322 39. What's the difference between the "gzip" and "deflate" HTTP 1.1 encodings? 326 the raw deflate compressed data format. While the HTTP 1.1 RFC 2616 334 an unfortunate choice of name on the part of the HTTP 1.1 authors. 336 Bottom line: use the gzip format for HTTP 1.1 encoding.
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ |
A D | README-CN.md | 182 CPP SDK 使用 libcurl 作为底层 HTTP 传输库。
|
A D | README-ENG.md | 186 CPP SDK uses libcurl to do HTTP transfer.
|
A D | CHANGELOG | 3627 …, which is domain real name verification image, you can download it via a HTTP get request,It has … 3628 …, which is domain real name verification image, you can download it via a HTTP get request,It has …
|
/AliOS-Things-master/components/oss/src/utils/ |
A D | Utils.cc | 968 url.setScheme(Http::SchemeToString(Http::HTTP)); in CombineHostString()
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 301 worked if the same secret (for example a HTTP Cookie) has been repeatedly 314 the same secret (for example a HTTP Cookie) has been repeatedly sent over
|
Completed in 25 milliseconds