Home
last modified time | relevance | path

Searched defs:Http_HeaderValue (Results 1 – 1 of 1) sorted by relevance

/interface/sdk_c/network/netstack/net_http/
Dnet_http_type.h330 typedef struct Http_HeaderValue { struct
333 /** Point to the next {@link Http_HeaderValue}. */ argument
334 struct Http_HeaderValue *next; argument
335 } Http_HeaderValue; typedef