Page MenuHomePhabricator

D9012.diff
No OneTemporary

D9012.diff

diff --git a/lib/facts/blob-service.js b/lib/facts/blob-service.js
--- a/lib/facts/blob-service.js
+++ b/lib/facts/blob-service.js
@@ -1,7 +1,9 @@
// @flow
+type BlobServicePath = '/blob/:blobHash' | '/blob';
+
export type BlobServiceHTTPEndpoint = {
- +path: string,
+ +path: BlobServicePath,
+method: 'GET' | 'POST' | 'PUT' | 'DELETE',
};

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 23, 4:15 PM (19 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2571519
Default Alt Text
D9012.diff (354 B)

Event Timeline