Home
last modified time | relevance | path

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

/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdePkg/Include/IndustryStandard/
H A DHttp11.h115 #define HTTP_HEADER_CONTENT_TYPE "Content-Type" macro
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdePkg/Include/IndustryStandard/
H A DHttp11.h115 #define HTTP_HEADER_CONTENT_TYPE "Content-Type" macro
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdePkg/Include/IndustryStandard/
H A DHttp11.h115 #define HTTP_HEADER_CONTENT_TYPE "Content-Type" macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdePkg/Include/IndustryStandard/
H A DHttp11.h115 #define HTTP_HEADER_CONTENT_TYPE "Content-Type" macro
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdePkg/Include/IndustryStandard/
H A DHttp11.h115 #define HTTP_HEADER_CONTENT_TYPE "Content-Type" macro
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdePkg/Include/IndustryStandard/
H A DHttp11.h115 #define HTTP_HEADER_CONTENT_TYPE "Content-Type" macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdePkg/Include/IndustryStandard/
H A DHttp11.h115 #define HTTP_HEADER_CONTENT_TYPE "Content-Type" macro
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdePkg/Include/IndustryStandard/
H A DHttp11.h115 #define HTTP_HEADER_CONTENT_TYPE "Content-Type" macro
/dports/sysutils/edk2/edk2-edk2-stable202102/MdePkg/Include/IndustryStandard/
H A DHttp11.h115 #define HTTP_HEADER_CONTENT_TYPE "Content-Type" macro
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/main/java/org/springframework/remoting/httpinvoker/
H A DAbstractHttpInvokerRequestExecutor.java63 protected static final String HTTP_HEADER_CONTENT_TYPE = "Content-Type"; field in AbstractHttpInvokerRequestExecutor
/dports/graphics/airsaned/AirSane-0.3.2-50-gdeab313/web/
H A Dhttpserver.h43 static const char *HTTP_HEADER_CONTENT_LENGTH, *HTTP_HEADER_CONTENT_TYPE, variable
H A Dhttpserver.cpp49 const char* HttpServer::HTTP_HEADER_CONTENT_TYPE = "content-type"; member in HttpServer
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/common/io/http/
H A Drequest.h48 #define HTTP_HEADER_CONTENT_TYPE "content-type" macro
/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dhttp_header.h57 ,HTTP_HEADER_CONTENT_TYPE enumerator
/dports/security/cryptlib/cryptlib-3.4.3/io/
H A Dhttp_parse.c25 HTTP_HEADER_CONTENT_TYPE, HTTP_HEADER_TRANSFER_ENCODING, enumerator
/dports/devel/pecl-swoole/swoole-4.8.5/ext-src/
H A Dphp_swoole_http.h47 HTTP_HEADER_CONTENT_TYPE = 1u << 5, enumerator
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/appid/detector_plugins/
H A Ddetector_http.c349 static const char HTTP_HEADER_CONTENT_TYPE[] = "Content-Type: "; variable