Page MenuHomeSealhub

http-to-method-name.ts
No OneTemporary

http-to-method-name.ts

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

File Metadata

Mime Type
text/x-java
Expires
Thu, Jan 23, 19:19 (55 m, 6 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
601485
Default Alt Text
http-to-method-name.ts (215 B)

Event Timeline