Java EE 企业应用系统设计 - HTTP 请求处理编程
browser = request.getHeader("User-Agent"); ▶ int getIntHeader(String name) 1 int size = request.getIntHeader("Content-Length"); ▶ long getDateHeader(String name) 1 long datetime = request.getDateHe getDateHeader("If-Modified-Since"); ▶ Enumeration getHeaderNames() 1 for (Enumeration e = request.getHeaderNames(); e.hasMoreElements(); ) { 2 String headerName = (String) e.nextElement(); 3 System.out.println("Name␣=␣" 参数 1 productSearch.do?productName=Acer 以下代码可以取得以上的参数名为 productName 的数据: 1 String productName = request.getParameter("productName"); 大纲 HTTP 请求内容 Java EE 请求对象 取得请求中包含的提交参数数据 O String[] getParameterValues(String0 码力 | 27 页 | 565.27 KB | 1 年前3Java 应用与开发 - 异常处理
0 码力 | 33 页 | 626.40 KB | 1 年前3Java EE 企业应用系统开发 - HTTP 响应处理编程
0 码力 | 26 页 | 575.28 KB | 1 年前3httpd 2.4.25 中文文档
added above the debug log level. Per-request configuration sections, , and sections can be used to set the configuration based on per-request criteria. General-purpose expression apparent client remote IP address and hostname for the request with the IP address list presented by a proxies or a load balancer via the request headers. mod_heartmonitor, mod_lbmethod_heartbeat Allow (Experimental) mod_log_debug Allows the addition of customizable debug logging at different phases of the request processing. mod_buffer Provides for buffering the input and output filter stacks mod_data Convert 0 码力 | 2573 页 | 2.12 MB | 1 年前3httpd 2.2.31 中文文档
configuration to the output filter chain. It enables filters to be conditionally inserted, based on any Request or Response header or environment variable, and dispenses with the more problematic dependencies built with support for files larger than 2GB on modern 32- bit Unix systems. Support for handling >2GB request bodies has also been added. Event MPM The event MPM uses a separate thread to handle Keep parsed by Apache, including their file name and line number. The module also shows the order of all request hooks and additional build information, similar to httpd -V. mod_ssl Added a support for RFC 28170 码力 | 1860 页 | 1.48 MB | 1 年前3httpd 2.2.29 中文文档
configuration to the output filter chain. It enables filters to be conditionally inserted, based on any Request or Response header or environment variable, and dispenses with the more problematic dependencies built with support for files larger than 2GB on modern 32- bit Unix systems. Support for handling >2GB request bodies has also been added. Event MPM The event MPM uses a separate thread to handle Keep parsed by Apache, including their file name and line number. The module also shows the order of all request hooks and additional build information, similar to httpd -V. mod_ssl Added a support for RFC 28170 码力 | 1854 页 | 1.48 MB | 1 年前3httpd 2.2.27.dev 中文文档
configuration to the output filter chain. It enables filters to be conditionally inserted, based on any Request or Response header or environment variable, and dispenses with the more problematic dependencies built with support for files larger than 2GB on modern 32- bit Unix systems. Support for handling >2GB request bodies has also been added. Event MPM The event MPM uses a separate thread to handle Keep parsed by Apache, including their file name and line number. The module also shows the order of all request hooks and additional build information, similar to httpd -V. mod_ssl Added a support for RFC 28170 码力 | 1849 页 | 1.47 MB | 1 年前3httpd 2.2.27 中文文档
configuration to the output filter chain. It enables filters to be conditionally inserted, based on any Request or Response header or environment variable, and dispenses with the more problematic dependencies built with support for files larger than 2GB on modern 32- bit Unix systems. Support for handling >2GB request bodies has also been added. Event MPM The event MPM uses a separate thread to handle Keep parsed by Apache, including their file name and line number. The module also shows the order of all request hooks and additional build information, similar to httpd -V. mod_ssl Added a support for RFC 28170 码力 | 1849 页 | 1.47 MB | 1 年前3httpd 2.4.20 中文文档
added above the debug log level. Per-request configuration sections, , and sections can be used to set the configuration based on per-request criteria. General-purpose expression apparent client remote IP address and hostname for the request with the IP address list presented by a proxies or a load balancer via the request headers. mod_heartmonitor, mod_lbmethod_heartbeat Allow (Experimental) mod_log_debug Allows the addition of customizable debug logging at different phases of the request processing. mod_buffer Provides for buffering the input and output filter stacks mod_data Convert 0 码力 | 2533 页 | 2.09 MB | 1 年前3httpd 2.4.33 中文文档
added above the debug log level. Per-request configuration sections, , and sections can be used to set the configuration based on per-request criteria. General-purpose expression apparent client remote IP address and hostname for the request with the IP address list presented by a proxies or a load balancer via the request headers. mod_heartmonitor, mod_lbmethod_heartbeat Allow (Experimental) mod_log_debug Allows the addition of customizable debug logging at different phases of the request processing. mod_buffer Provides for buffering the input and output filter stacks mod_data Convert 0 码力 | 2692 页 | 3.12 MB | 1 年前3
共 576 条
- 1
- 2
- 3
- 4
- 5
- 6
- 58