HttpBodyParsed
Home > @backstage/plugin-events-node
> HttpBodyParsed
Signature:
export type HttpBodyParsed = {
bodyParsed: any;
bodyBuffer: Buffer;
encoding: string;
};
Home > @backstage/plugin-events-node
> HttpBodyParsed
Signature:
export type HttpBodyParsed = {
bodyParsed: any;
bodyBuffer: Buffer;
encoding: string;
};