1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-04 04:50:22 +00:00
QB64-PE/tests/compile_tests/http
2022-11-20 18:44:24 -05:00
..
http_error.bas _StatusCode() should give the correct error on invalid handle type 2022-11-20 04:38:03 -05:00
http_error.output _OpenClient() should return zero on connection failure, not error 2022-11-20 18:44:24 -05:00
invalid_url.bas _StatusCode() should give the correct error on invalid handle type 2022-11-20 04:38:03 -05:00
invalid_url.output _OpenClient() should return zero on connection failure, not error 2022-11-20 18:44:24 -05:00
no_unstable_err.bas _StatusCode() should give the correct error on invalid handle type 2022-11-20 04:38:03 -05:00
no_unstable_err.output _OpenClient() should return zero on connection failure, not error 2022-11-20 18:44:24 -05:00
read_example.bas Add _StatusCode command for HTTP handles 2022-11-20 04:04:02 -05:00
read_example.lnx.license Add basic http tests 2022-11-19 15:13:26 -05:00
read_example.osx.license Add basic http tests 2022-11-19 15:13:26 -05:00
read_example.output Add _StatusCode command for HTTP handles 2022-11-20 04:04:02 -05:00
read_example.win.license Add basic http tests 2022-11-19 15:13:26 -05:00
read_multiple_example.bas Add _StatusCode command for HTTP handles 2022-11-20 04:04:02 -05:00
read_multiple_example.output Add _StatusCode command for HTTP handles 2022-11-20 04:04:02 -05:00
statuscode_invalid_handle.bas _StatusCode() should give the correct error on invalid handle type 2022-11-20 04:38:03 -05:00
statuscode_invalid_handle.output _StatusCode() should give the correct error on invalid handle type 2022-11-20 04:38:03 -05:00
statuscode_no_unstable.bas Add _StatusCode command for HTTP handles 2022-11-20 04:04:02 -05:00
statuscode_no_unstable.err Add _StatusCode command for HTTP handles 2022-11-20 04:04:02 -05:00
statuscode_noprefix_missing.bas Add _StatusCode command for HTTP handles 2022-11-20 04:04:02 -05:00
statuscode_noprefix_missing.err Add _StatusCode command for HTTP handles 2022-11-20 04:04:02 -05:00
statuscode_unstable_noprefix.bas Add _StatusCode command for HTTP handles 2022-11-20 04:04:02 -05:00