DefinitelyTyped / DefinitelyTyped/DefinitelyTyped
ExpressServerRequest needs a url: string; property
Open
Nobody has claimed this yet.
Definition:Missing
- Dominant language
- TypeScript
- Stars
- 51.4k
- Forks
- 30.4k
- Avg merge
- 3d 21h
- Merged PRs (30d)
- 108
Description
Also I see this
interface Handler {
(req: ExpressServerRequest, res: ExpressServerResponse, next?: Function): void;
}
How do I use that ?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the ExpressServerRequest and Handler definitions in the DefinitelyTyped repository and inspect the surrounding Express type declarations. Confirm the expected request URL property and clarify how the Handler interface is intended to be used; done means the relevant type definition and its usage are documented or tested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100