Expose common utilities for building HTTP module based receivers #1358
Labels
discussion
M-T: An issue where more input is needed to reach a decision
enhancement
M-T: A feature request for new functionality
Milestone
Description
Currently, implementing your own receivers would take some time and, not only that, its maintenance cost is not so small. To get rid of this burden from community developers and us, we can extract common methods and interface from the built-in
HTTPReceiver
andExpressReceiver
and then, expose those insrc/indext.ts
, to enable extrenal code to take advantage of those code in the future.I will come up with a draft pull request that illustrate my initial idea for it. Let's discuss the details in the reviews!
What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)The text was updated successfully, but these errors were encountered: