(type: string)
| 146 | }); |
| 147 | }; |
| 148 | export const defaultContentType = (type: string) => |
| 149 | getEvent().res.headers.set("content-type", type); |
| 150 | export const proxyRequest = createWrapperFunction(h3.proxyRequest); |
| 151 | export const fetchWithEvent = createWrapperFunction(h3.fetchWithEvent); |
| 152 | export const getProxyRequestHeaders = createWrapperFunction(h3.getProxyRequestHeaders); |
nothing calls this directly
no test coverage detected
searching dependent graphs…