|
1 | 1 | multipleCallTargets
|
2 | 2 | | test.rs:98:14:98:43 | ...::_print(...) |
|
3 | 3 | | test.rs:110:14:110:33 | ...::_print(...) |
|
| 4 | +| test.rs:113:23:113:46 | ...::builder(...) | |
| 5 | +| test.rs:113:23:113:55 | ... .uri(...) | |
| 6 | +| test.rs:113:23:113:78 | ... .body(...) | |
4 | 7 | | test.rs:113:62:113:77 | ...::from(...) |
|
| 8 | +| test.rs:120:19:120:42 | ...::builder(...) | |
| 9 | +| test.rs:120:19:120:51 | ... .uri(...) | |
| 10 | +| test.rs:120:19:120:74 | ... .body(...) | |
5 | 11 | | test.rs:120:58:120:73 | ...::from(...) |
|
| 12 | +| test.rs:124:9:124:25 | response.status() | |
| 13 | +| test.rs:124:9:124:38 | ... .is_success() | |
| 14 | +| test.rs:130:18:130:32 | response.body() | |
| 15 | +| test.rs:131:18:131:36 | response.body_mut() | |
| 16 | +| test.rs:133:24:133:43 | response.into_body() | |
6 | 17 | | test.rs:136:22:136:43 | ...::_print(...) |
|
7 | 18 | | test.rs:141:22:141:43 | ...::_print(...) |
|
8 | 19 | | test.rs:145:22:145:44 | ...::_print(...) |
|
| 20 | +| test.rs:158:27:158:44 | response.headers() | |
| 21 | +| test.rs:160:16:160:63 | headers.contains_key(...) | |
9 | 22 | | test.rs:161:26:161:110 | ...::_print(...) |
|
| 23 | +| test.rs:161:47:161:64 | response.headers() | |
| 24 | +| test.rs:163:22:163:65 | ... .to_str() | |
| 25 | +| test.rs:164:22:164:67 | ... .as_bytes() | |
| 26 | +| test.rs:165:22:165:60 | headers.get(...) | |
| 27 | +| test.rs:168:16:168:51 | headers.contains_key(...) | |
10 | 28 | | test.rs:169:26:169:111 | ...::_print(...) |
|
| 29 | +| test.rs:169:47:169:64 | response.headers() | |
| 30 | +| test.rs:169:47:169:84 | ... .get(...) | |
| 31 | +| test.rs:169:47:169:102 | ... .to_str() | |
| 32 | +| test.rs:170:22:170:48 | headers.get(...) | |
| 33 | +| test.rs:171:22:171:48 | headers.get(...) | |
| 34 | +| test.rs:171:22:171:66 | ... .to_str() | |
| 35 | +| test.rs:172:22:172:48 | headers.get(...) | |
| 36 | +| test.rs:172:22:172:68 | ... .as_bytes() | |
| 37 | +| test.rs:176:16:176:57 | headers.contains_key(...) | |
| 38 | +| test.rs:177:22:177:39 | response.headers() | |
| 39 | +| test.rs:177:22:177:65 | ... .get(...) | |
| 40 | +| test.rs:178:31:178:67 | headers.get_all(...) | |
11 | 41 | | test.rs:179:30:179:68 | ...::_print(...) |
|
| 42 | +| test.rs:179:45:179:59 | cookie.to_str() | |
| 43 | +| test.rs:181:26:181:40 | cookie.to_str() | |
| 44 | +| test.rs:185:33:185:53 | response.into_parts() | |
| 45 | +| test.rs:187:16:187:69 | ... .contains_key(...) | |
12 | 46 | | test.rs:188:26:188:105 | ...::_print(...) |
|
| 47 | +| test.rs:188:47:188:96 | ... .to_str() | |
| 48 | +| test.rs:190:22:190:71 | ... .to_str() | |
| 49 | +| test.rs:191:22:191:73 | ... .as_bytes() | |
| 50 | +| test.rs:192:22:192:66 | ... .get(...) | |
13 | 51 | | test.rs:229:22:229:72 | ... .read_to_string(...) |
|
14 |
| -| test.rs:483:22:483:50 | file.read_to_end(...) | |
15 |
| -| test.rs:489:22:489:53 | file.read_to_string(...) | |
16 | 52 | | test.rs:610:18:610:38 | ...::_print(...) |
|
17 | 53 | | test.rs:615:18:615:45 | ...::_print(...) |
|
18 | 54 | | test.rs:619:25:619:49 | address.to_socket_addrs() |
|
@@ -87,3 +123,57 @@ multipleCallTargets
|
87 | 123 | | web_frameworks.rs:102:14:102:25 | a.as_bytes() |
|
88 | 124 | | web_frameworks.rs:158:14:158:23 | a.as_str() |
|
89 | 125 | | web_frameworks.rs:159:14:159:25 | a.as_bytes() |
|
| 126 | +| web_frameworks.rs:188:14:188:27 | request.body() | |
| 127 | +| web_frameworks.rs:189:9:189:25 | request.headers() | |
| 128 | +| web_frameworks.rs:189:9:189:39 | ... .get(...) | |
| 129 | +| web_frameworks.rs:190:14:190:32 | request.into_body() | |
| 130 | +multiplePathResolutions |
| 131 | +| test.rs:113:23:113:26 | http | |
| 132 | +| test.rs:113:23:113:35 | ...::Request | |
| 133 | +| test.rs:120:19:120:22 | http | |
| 134 | +| test.rs:120:19:120:31 | ...::Request | |
| 135 | +| test.rs:160:37:160:40 | http | |
| 136 | +| test.rs:160:37:160:48 | ...::header | |
| 137 | +| test.rs:160:37:160:62 | ...::CONTENT_TYPE | |
| 138 | +| test.rs:161:66:161:69 | http | |
| 139 | +| test.rs:161:66:161:77 | ...::header | |
| 140 | +| test.rs:161:66:161:91 | ...::CONTENT_TYPE | |
| 141 | +| test.rs:162:31:162:34 | http | |
| 142 | +| test.rs:162:31:162:42 | ...::header | |
| 143 | +| test.rs:162:31:162:56 | ...::CONTENT_TYPE | |
| 144 | +| test.rs:163:30:163:33 | http | |
| 145 | +| test.rs:163:30:163:41 | ...::header | |
| 146 | +| test.rs:163:30:163:55 | ...::CONTENT_TYPE | |
| 147 | +| test.rs:164:30:164:33 | http | |
| 148 | +| test.rs:164:30:164:41 | ...::header | |
| 149 | +| test.rs:164:30:164:55 | ...::CONTENT_TYPE | |
| 150 | +| test.rs:165:34:165:37 | http | |
| 151 | +| test.rs:165:34:165:45 | ...::header | |
| 152 | +| test.rs:165:34:165:59 | ...::CONTENT_TYPE | |
| 153 | +| test.rs:176:37:176:40 | http | |
| 154 | +| test.rs:176:37:176:48 | ...::header | |
| 155 | +| test.rs:176:37:176:56 | ...::COOKIE | |
| 156 | +| test.rs:177:45:177:48 | http | |
| 157 | +| test.rs:177:45:177:56 | ...::header | |
| 158 | +| test.rs:177:45:177:64 | ...::COOKIE | |
| 159 | +| test.rs:178:47:178:50 | http | |
| 160 | +| test.rs:178:47:178:58 | ...::header | |
| 161 | +| test.rs:178:47:178:66 | ...::COOKIE | |
| 162 | +| test.rs:187:43:187:46 | http | |
| 163 | +| test.rs:187:43:187:54 | ...::header | |
| 164 | +| test.rs:187:43:187:68 | ...::CONTENT_TYPE | |
| 165 | +| test.rs:188:61:188:64 | http | |
| 166 | +| test.rs:188:61:188:72 | ...::header | |
| 167 | +| test.rs:188:61:188:86 | ...::CONTENT_TYPE | |
| 168 | +| test.rs:189:37:189:40 | http | |
| 169 | +| test.rs:189:37:189:48 | ...::header | |
| 170 | +| test.rs:189:37:189:62 | ...::CONTENT_TYPE | |
| 171 | +| test.rs:190:36:190:39 | http | |
| 172 | +| test.rs:190:36:190:47 | ...::header | |
| 173 | +| test.rs:190:36:190:61 | ...::CONTENT_TYPE | |
| 174 | +| test.rs:191:36:191:39 | http | |
| 175 | +| test.rs:191:36:191:47 | ...::header | |
| 176 | +| test.rs:191:36:191:61 | ...::CONTENT_TYPE | |
| 177 | +| test.rs:192:40:192:43 | http | |
| 178 | +| test.rs:192:40:192:51 | ...::header | |
| 179 | +| test.rs:192:40:192:65 | ...::CONTENT_TYPE | |
0 commit comments