···6969## Routes
70707171- [GET] `/{did}/{cid}`: Fetch a blob either from cache or origin.
7272-- [GET] `/xrpc/net.dollware.porxie.getBlob?did=<did>&cid=<cid>`: XRPC Compatibility alias for the fetch blob endpoint.
7373-- [POST] `/xrpc/net.dollware.porxie.clearActorCache?did=<did>`: Clear all cached items relating to an actor DID.
7474-- [POST] `/xrpc/net.dollware.porxie.clearBlobCache?cid=<cid>`: Clear all cache items relating to a blob CID.
7272+- [GET] `/xrpc/dev.blooym.porxie.getBlob?did=<did>&cid=<cid>`: XRPC Compatibility alias for the fetch blob endpoint.
7373+- [POST] `/xrpc/dev.blooym.porxie.clearActorCache?did=<did>`: Clear all cached items relating to an actor DID.
7474+- [POST] `/xrpc/dev.blooym.porxie.clearBlobCache?cid=<cid>`: Clear all cache items relating to a blob CID.
757576767777## Policy Service
···77pub mod builder_types;
88991010-#[cfg(feature = "net_dollware")]
1111-pub mod net_dollware;1010+#[cfg(feature = "dev_blooym")]
1111+pub mod dev_blooym;