zig/test/standalone
Andrew Kelley abde76a808 std.http.Server: handle expect: 100-continue requests
The API automatically handles these requests as expected. After
receiveHead(), the server has a chance to notice the expectation and do
something about it. If it does not, then the Server implementation will
handle it by sending the continuation header when the read stream is
created.

Both respond() and respondStreaming() send the continuation header as
part of discarding the request body, only if the read stream has not
already been created.
2024-02-23 02:37:11 -07:00
..
c_compiler std.Build.ResolvedTarget: rename target field to result 2024-01-01 17:51:18 -07:00
cat allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
child_process zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
cmakedefine Add escaped character processing 2024-01-26 13:33:17 -05:00
coff_dwarf disable standalone coff_dwarf test on aarch64-windows 2024-01-01 19:49:08 -07:00
compiler_rt_panic std.Build.ResolvedTarget: rename target field to result 2024-01-01 17:51:18 -07:00
dep_diamond zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
dep_mutually_recursive zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
dep_recursive zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
dep_shared_builtin zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
dep_triangle zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
depend_on_main_mod add standalone test for depending on the main module 2024-01-01 19:49:08 -07:00
dirname build/LazyPath: Add dirname (#18371) 2024-01-04 18:47:28 -05:00
embed_generated_file zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
emit_asm_and_bin build system: follow-up enhancements regarding LazyPath 2023-07-30 11:19:32 -07:00
empty_env zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
extern zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
global_linkage zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
guess_number update guess number standalone test 2020-12-18 12:22:46 -07:00
hello_world all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
install_raw_hex zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
ios std.Build.ResolvedTarget: rename target field to result 2024-01-01 17:51:18 -07:00
issue_339 zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
issue_794 build system: follow-up enhancements regarding LazyPath 2023-07-30 11:19:32 -07:00
issue_5825 fix windows-only test case not upgraded to new build API 2024-01-01 17:51:18 -07:00
issue_8550 zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
issue_9402 Added implementation for _fseeki64 and _ftelli64 from mingw-w64 9.0.0 (#9402). (#9766) 2021-09-15 13:38:00 -04:00
issue_11595 zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
issue_12471 translate-c: Don't add self-defined macros to global name table 2022-08-26 11:24:57 +03:00
issue_12588 zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
issue_12706 zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
issue_13970 fix build logic due to state mutations and break the API accordingly 2023-04-11 08:42:14 -07:00
load_dynamic_library zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
main_return_error test: update remaining code to fix 'var is never mutated' errors 2023-11-19 09:57:04 +00:00
mix_c_files zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
mix_o_files zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
noreturn_call Sema: do not emit dbg_inline_end after NoReturn 2022-09-02 17:57:10 +03:00
options zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
pie zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
pkg_import zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
self_exe_symlink std.Build.ResolvedTarget: rename target field to result 2024-01-01 17:51:18 -07:00
shared_library zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
sigpipe std: make options a struct instance instead of a namespace 2024-02-01 15:22:36 +02:00
stack_iterator fix stack_iterator test build script 2024-01-01 19:49:08 -07:00
static_c_lib zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
strip_empty_loop zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
strip_struct_init zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
test_runner_module_imports zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
test_runner_path std.Build.CompileStep: remove run() and install() 2023-04-10 18:35:14 -07:00
use_alias test: update remaining code to fix 'var is never mutated' errors 2023-11-19 09:57:04 +00:00
windows_resources rename std.zig.CrossTarget to std.Target.Query 2024-01-01 17:51:18 -07:00
windows_spawn zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
zerolength_check zig build system: change target, compilation, and module APIs 2024-01-01 17:51:18 -07:00
brace_expansion.zig re-enable standalone tests based on build.zig 2023-03-15 10:48:14 -07:00
http.zig std.http.Server: handle expect: 100-continue requests 2024-02-23 02:37:11 -07:00
issue_7030.zig std: make options a struct instance instead of a namespace 2024-02-01 15:22:36 +02:00