Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何强制 apache benchmark (ab) 应用程序使用 REST 标头执行查询?
从手册页:
-i 执行 HEAD 请求而不是 GET。 -p POST-file 包含要 POST 的数据的文件。记得还要设置-T。 -u PUT-file 包含要 PUT 的数据的文件。记得还要设置-T。
-i 执行 HEAD 请求而不是 GET。
-p POST-file 包含要 POST 的数据的文件。记得还要设置-T。
-u PUT-file 包含要 PUT 的数据的文件。记得还要设置-T。
但是没有DELETE,等。
DELETE