source:
mod_gnutls/test/sample_test.yml
@
d5f5356
Last change on this file since d5f5356 was d5f5356, checked in by , 15 months ago | |
---|---|
|
|
File size: 231 bytes |
Line | |
---|---|
1 | !connection |
2 | gnutls_params: |
3 | - x509cafile=authority/x509.pem |
4 | actions: |
5 | - !request |
6 | path: / |
7 | expect: |
8 | status: 404 |
9 | - !request |
10 | method: GET |
11 | path: /test.txt |
12 | expect: |
13 | status: 200 |
14 | body: | |
15 | test |
Note: See TracBrowser
for help on using the repository browser.