Page MenuHomeSealhub

http-to-method-name.ts
No OneTemporary

http-to-method-name.ts

import type { ActionName } from "../action";
const method_map: { [method: string]: ActionName } = {
GET: "show",
POST: "create",
PATCH: "edit",
PUT: "replace",
DELETE: "delete",
};
export default method_map;

File Metadata

Mime Type
text/x-java
Expires
Sat, Sep 20, 14:54 (20 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
867351
Default Alt Text
http-to-method-name.ts (215 B)

Event Timeline