Opened 20 years ago

Closed 20 years ago

#567 closed defect (fixed)

request.has_key

Reported by: wojtek3@… Owned by: Adrian Holovaty
Component: Core (Other) Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

It would be neat to have that method and I'm probably not the only one who thinks so. Patch attached.

Change History (2)

by wojtek3@…, 20 years ago

Attachment: has_key_request.patch added

Patch for requestwrappers to add has_key to request

comment:1 by Adrian Holovaty, 20 years ago

Resolution: fixed
Status: newclosed

(In [711]) Fixed #567 -- Added HttpRequest.has_key() method. Thanks, wojtek3@…

Note: See TracTickets for help on using tickets.
Back to Top