-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathexamples.yml
More file actions
executable file
·41 lines (40 loc) · 1.26 KB
/
Copy pathexamples.yml
File metadata and controls
executable file
·41 lines (40 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
RequestCore:
__construct:
add_header:
- _tests/method_add_header.phpt
remove_header:
- _tests/method_remove_header.phpt
get_response_header:
- _tests/method_get_response_header_content_type.phpt
- _tests/method_get_response_header_info_url.phpt
get_response_body:
- _tests/method_get_response_body.phpt
get_response_code:
- _tests/method_get_response_code.phpt
set_body:
set_credentials:
- _tests/method_set_credentials_user.phpt
- _tests/method_set_credentials_pass.phpt
set_curlopts:
set_method:
set_proxy:
- _tests/method_set_proxy.phpt
set_request_url:
- _tests/method_set_request_url.phpt
set_useragent:
- _tests/method_set_useragent.phpt
send_request:
- _tests/method_send_request.phpt
- _tests/method_send_request2.phpt
- _tests/method_send_request_head.phpt
send_multi_request:
- _tests/method_send_multi_request.phpt
prep_request:
process_response:
ResponseCore:
__construct:
isOK:
- _tests/method_responsecore_isok.phpt
- _tests/method_responsecore_isok_false.phpt
- _tests/method_send_request_isok.phpt
- _tests/method_send_request_isok_200.phpt