Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3182795
D9012.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
354 B
Referenced Files
None
Subscribers
None
D9012.id.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D9012: [lib] improve blob service facts
Attached
Detach File
Event Timeline
Log In to Comment