Home
last modified time | relevance | path

Searched refs:HTTP_VERSION_STR (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
DHttpImpl.h22 #define HTTP_VERSION_STR "HTTP/1.1" macro
DHttpImpl.c928 StatusCodeStr = HttpHeaders + AsciiStrLen (HTTP_VERSION_STR) + 1; in HttpResponseWorker()