Page MenuHomePhabricator

D9012.id.diff
No OneTemporary

D9012.id.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 9, 8:06 AM (14 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2450621
Default Alt Text
D9012.id.diff (354 B)

Event Timeline