[Home](../README.md) > [IHttpStorageProviderFactory](./IHttpStorageProviderFactory.md) > forNamespace

## IHttpStorageProviderFactory.forNamespace() method

**Signature:**

```typescript
forNamespace(namespace?: string): Result<IHttpStorageProvider>;
```

**Parameters:**

<table><thead><tr><th>Parameter</th><th>Type</th><th>Description</th></tr></thead>
<tbody>
<tr><td>namespace</td><td>string</td><td></td></tr>
</tbody></table>

**Returns:**

Result&lt;[IHttpStorageProvider](IHttpStorageProvider.md)&gt;
