# HttpEntrypointMetadata

**Kind:** Type

**Source:** [`packages/core/inspector/interfaces/entrypoint.interface.ts`](https://github.com/nestjs/nest/blob/master/packages/core/inspector/interfaces/entrypoint.interface.ts#L4)

**Part of:** [Core](subsystem-packages-core)

## Definition

```ts
{ path: string; requestMethod: keyof typeof RequestMethod; methodVersion?: VersionValue; controllerVersion?: VersionValue; }
```

## Relationships

- IMPORTS → `RequestMethod`
- IMPORTS → `VersionValue`
