@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
144 lines (68 loc) • 1.97 kB
Markdown
---
lang: en
title: 'API docs: rest-msgpack.msgpackbodyparser'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/bodyparsers/rest-msgpack
permalink: /doc/en/lb4/apidocs.rest-msgpack.msgpackbodyparser.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/rest-msgpack](./rest-msgpack.md) > [MsgPackBodyParser](./rest-msgpack.msgpackbodyparser.md)
## MsgPackBodyParser class
**Signature:**
```typescript
export declare class MsgPackBodyParser extends RawBodyParser
```
**Extends:** [RawBodyParser](./rest.rawbodyparser.md)
## Constructors
<table><thead><tr><th>
Constructor
</th><th>
Modifiers
</th><th>
Description
</th></tr></thead>
<tbody><tr><td markdown="1">
[(constructor)(options)](./rest-msgpack.msgpackbodyparser._constructor_.md)
</td><td markdown="1">
</td><td markdown="1">
Constructs a new instance of the `MsgPackBodyParser` class
</td></tr>
</tbody></table>
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td markdown="1">
[name](./rest-msgpack.msgpackbodyparser.name.md)
</td><td markdown="1">
</td><td markdown="1">
symbol
</td><td markdown="1">
</td></tr>
</tbody></table>
## Methods
<table><thead><tr><th>
Method
</th><th>
Modifiers
</th><th>
Description
</th></tr></thead>
<tbody><tr><td markdown="1">
[parse(request)](./rest-msgpack.msgpackbodyparser.parse.md)
</td><td markdown="1">
</td><td markdown="1">
</td></tr>
<tr><td markdown="1">
[supports(mediaType)](./rest-msgpack.msgpackbodyparser.supports.md)
</td><td markdown="1">
</td><td markdown="1">
</td></tr>
</tbody></table>