Home
last modified time | relevance | path

Searched refs:HttpMethodGet (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DHttp.h50 HttpMethodGet, enumerator
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootClient.c849 RequestData->Method = HeaderOnly ? HttpMethodHead : HttpMethodGet; in HttpBootGetBootFile()
919 HeaderOnly? HttpMethodHead : HttpMethodGet, in HttpBootGetBootFile()
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
DHttpImpl.c272 if ((Request->Method != HttpMethodGet) && (Request->Method != HttpMethodHead)) { in EfiHttpRequest()
DHttpProto.c2038 case HttpMethodGet: in HttpGenRequestString()