Skip to content

305 Use Proxy

Deprecated. You must use a specific proxy to access this resource.

Do not use this. It is deprecated.

import { HttpCode, get } from 'shokupan';
export const getResource = get('/resource', () => {
return { message: 'Use Proxy' };
}).pipe(HttpCode(305));