> ISPO SDK documentation. [HTML](https://ispo.ai/docs/types/core.HttpProjectRpcFetch.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Type Alias HttpProjectRpcFetch

```typescript
HttpProjectRpcFetch: (
    input: string,
    init: HttpProjectRpcFetchInit,
) => Promise<HttpProjectRpcFetchResponse>
```

Types: [HttpProjectRpcFetchInit](../interfaces/core.Supporting_types.HttpProjectRpcFetchInit.md), [HttpProjectRpcFetchResponse](../interfaces/core.HttpProjectRpcFetchResponse.md)

#### Type Declaration

*   *   <a id="__type"></a>
        
        ```typescript
        (
            input: string,
            init: HttpProjectRpcFetchInit,
        ): Promise<HttpProjectRpcFetchResponse>
        ```
        
        Types: [HttpProjectRpcFetchInit](../interfaces/core.Supporting_types.HttpProjectRpcFetchInit.md), [HttpProjectRpcFetchResponse](../interfaces/core.HttpProjectRpcFetchResponse.md)
        
    *   #### Parameters
        
        *   input: string
        *   init: [HttpProjectRpcFetchInit](../interfaces/core.Supporting_types.HttpProjectRpcFetchInit.md)
        
        #### Returns Promise<[HttpProjectRpcFetchResponse](../interfaces/core.HttpProjectRpcFetchResponse.md)\>
