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: "replace",
DELETE: "delete",
};
export default method_map;

File Metadata

Mime Type
text/x-java
Expires
Wed, May 7, 19:47 (22 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
635344
Default Alt Text
http-to-method-name.ts (218 B)

Event Timeline