|
224 | 224 | 'AphrontFormView' => 'view/form/AphrontFormView.php',
|
225 | 225 | 'AphrontGlyphBarView' => 'view/widget/bars/AphrontGlyphBarView.php',
|
226 | 226 | 'AphrontHTMLResponse' => 'aphront/response/AphrontHTMLResponse.php',
|
| 227 | + 'AphrontHTTPHeaderParser' => 'aphront/headerparser/AphrontHTTPHeaderParser.php', |
| 228 | + 'AphrontHTTPHeaderParserTestCase' => 'aphront/headerparser/__tests__/AphrontHTTPHeaderParserTestCase.php', |
227 | 229 | 'AphrontHTTPParameterType' => 'aphront/httpparametertype/AphrontHTTPParameterType.php',
|
228 | 230 | 'AphrontHTTPProxyResponse' => 'aphront/response/AphrontHTTPProxyResponse.php',
|
229 | 231 | 'AphrontHTTPSink' => 'aphront/sink/AphrontHTTPSink.php',
|
|
242 | 244 | 'AphrontMalformedRequestException' => 'aphront/exception/AphrontMalformedRequestException.php',
|
243 | 245 | 'AphrontMoreView' => 'view/layout/AphrontMoreView.php',
|
244 | 246 | 'AphrontMultiColumnView' => 'view/layout/AphrontMultiColumnView.php',
|
| 247 | + 'AphrontMultipartParser' => 'aphront/multipartparser/AphrontMultipartParser.php', |
| 248 | + 'AphrontMultipartParserTestCase' => 'aphront/multipartparser/__tests__/AphrontMultipartParserTestCase.php', |
| 249 | + 'AphrontMultipartPart' => 'aphront/multipartparser/AphrontMultipartPart.php', |
245 | 250 | 'AphrontMySQLDatabaseConnection' => 'infrastructure/storage/connection/mysql/AphrontMySQLDatabaseConnection.php',
|
246 | 251 | 'AphrontMySQLDatabaseConnectionTestCase' => 'infrastructure/storage/__tests__/AphrontMySQLDatabaseConnectionTestCase.php',
|
247 | 252 | 'AphrontMySQLiDatabaseConnection' => 'infrastructure/storage/connection/mysql/AphrontMySQLiDatabaseConnection.php',
|
|
265 | 270 | 'AphrontReloadResponse' => 'aphront/response/AphrontReloadResponse.php',
|
266 | 271 | 'AphrontRequest' => 'aphront/AphrontRequest.php',
|
267 | 272 | 'AphrontRequestExceptionHandler' => 'aphront/handler/AphrontRequestExceptionHandler.php',
|
| 273 | + 'AphrontRequestStream' => 'aphront/requeststream/AphrontRequestStream.php', |
268 | 274 | 'AphrontRequestTestCase' => 'aphront/__tests__/AphrontRequestTestCase.php',
|
269 | 275 | 'AphrontResponse' => 'aphront/response/AphrontResponse.php',
|
270 | 276 | 'AphrontResponseProducerInterface' => 'aphront/interface/AphrontResponseProducerInterface.php',
|
271 | 277 | 'AphrontRoutingMap' => 'aphront/site/AphrontRoutingMap.php',
|
272 | 278 | 'AphrontRoutingResult' => 'aphront/site/AphrontRoutingResult.php',
|
273 | 279 | 'AphrontSchemaQueryException' => 'infrastructure/storage/exception/AphrontSchemaQueryException.php',
|
| 280 | + 'AphrontScopedUnguardedWriteCapability' => 'aphront/writeguard/AphrontScopedUnguardedWriteCapability.php', |
274 | 281 | 'AphrontSelectHTTPParameterType' => 'aphront/httpparametertype/AphrontSelectHTTPParameterType.php',
|
275 | 282 | 'AphrontSideNavFilterView' => 'view/layout/AphrontSideNavFilterView.php',
|
276 | 283 | 'AphrontSite' => 'aphront/site/AphrontSite.php',
|
|
286 | 293 | 'AphrontUserListHTTPParameterType' => 'aphront/httpparametertype/AphrontUserListHTTPParameterType.php',
|
287 | 294 | 'AphrontView' => 'view/AphrontView.php',
|
288 | 295 | 'AphrontWebpageResponse' => 'aphront/response/AphrontWebpageResponse.php',
|
| 296 | + 'AphrontWriteGuard' => 'aphront/writeguard/AphrontWriteGuard.php', |
289 | 297 | 'ArcanistConduitAPIMethod' => 'applications/arcanist/conduit/ArcanistConduitAPIMethod.php',
|
290 | 298 | 'AuditConduitAPIMethod' => 'applications/audit/conduit/AuditConduitAPIMethod.php',
|
291 | 299 | 'AuditQueryConduitAPIMethod' => 'applications/audit/conduit/AuditQueryConduitAPIMethod.php',
|
|
6170 | 6178 | 'AphrontFormView' => 'AphrontView',
|
6171 | 6179 | 'AphrontGlyphBarView' => 'AphrontBarView',
|
6172 | 6180 | 'AphrontHTMLResponse' => 'AphrontResponse',
|
| 6181 | + 'AphrontHTTPHeaderParser' => 'Phobject', |
| 6182 | + 'AphrontHTTPHeaderParserTestCase' => 'PhutilTestCase', |
6173 | 6183 | 'AphrontHTTPParameterType' => 'Phobject',
|
6174 | 6184 | 'AphrontHTTPProxyResponse' => 'AphrontResponse',
|
6175 | 6185 | 'AphrontHTTPSink' => 'Phobject',
|
|
6188 | 6198 | 'AphrontMalformedRequestException' => 'AphrontException',
|
6189 | 6199 | 'AphrontMoreView' => 'AphrontView',
|
6190 | 6200 | 'AphrontMultiColumnView' => 'AphrontView',
|
| 6201 | + 'AphrontMultipartParser' => 'Phobject', |
| 6202 | + 'AphrontMultipartParserTestCase' => 'PhutilTestCase', |
| 6203 | + 'AphrontMultipartPart' => 'Phobject', |
6191 | 6204 | 'AphrontMySQLDatabaseConnection' => 'AphrontBaseMySQLDatabaseConnection',
|
6192 | 6205 | 'AphrontMySQLDatabaseConnectionTestCase' => 'PhabricatorTestCase',
|
6193 | 6206 | 'AphrontMySQLiDatabaseConnection' => 'AphrontBaseMySQLDatabaseConnection',
|
|
6214 | 6227 | 'AphrontReloadResponse' => 'AphrontRedirectResponse',
|
6215 | 6228 | 'AphrontRequest' => 'Phobject',
|
6216 | 6229 | 'AphrontRequestExceptionHandler' => 'Phobject',
|
| 6230 | + 'AphrontRequestStream' => 'Phobject', |
6217 | 6231 | 'AphrontRequestTestCase' => 'PhabricatorTestCase',
|
6218 | 6232 | 'AphrontResponse' => 'Phobject',
|
6219 | 6233 | 'AphrontRoutingMap' => 'Phobject',
|
6220 | 6234 | 'AphrontRoutingResult' => 'Phobject',
|
6221 | 6235 | 'AphrontSchemaQueryException' => 'AphrontQueryException',
|
| 6236 | + 'AphrontScopedUnguardedWriteCapability' => 'Phobject', |
6222 | 6237 | 'AphrontSelectHTTPParameterType' => 'AphrontHTTPParameterType',
|
6223 | 6238 | 'AphrontSideNavFilterView' => 'AphrontView',
|
6224 | 6239 | 'AphrontSite' => 'Phobject',
|
|
6237 | 6252 | 'PhutilSafeHTMLProducerInterface',
|
6238 | 6253 | ),
|
6239 | 6254 | 'AphrontWebpageResponse' => 'AphrontHTMLResponse',
|
| 6255 | + 'AphrontWriteGuard' => 'Phobject', |
6240 | 6256 | 'ArcanistConduitAPIMethod' => 'ConduitAPIMethod',
|
6241 | 6257 | 'AuditConduitAPIMethod' => 'ConduitAPIMethod',
|
6242 | 6258 | 'AuditQueryConduitAPIMethod' => 'AuditConduitAPIMethod',
|
|
0 commit comments