@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
73 lines (38 loc) • 1.3 kB
Markdown
---
lang: en
title: 'API docs: rest.restbindings.http'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/rest
permalink: /doc/en/lb4/apidocs.rest.restbindings.http.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/rest](./rest.md) > [RestBindings](./rest.restbindings.md) > [Http](./rest.restbindings.http.md)
## RestBindings.Http namespace
Request-specific bindings
**Signature:**
```typescript
namespace Http
```
## Variables
<table><thead><tr><th>
Variable
</th><th>
Description
</th></tr></thead>
<tbody><tr><td markdown="1">
[CONTEXT](./rest.restbindings.http.context.md)
</td><td markdown="1">
Binding key for setting and injecting the http request context
</td></tr>
<tr><td markdown="1">
[REQUEST](./rest.restbindings.http.request.md)
</td><td markdown="1">
Binding key for setting and injecting the http request
</td></tr>
<tr><td markdown="1">
[RESPONSE](./rest.restbindings.http.response.md)
</td><td markdown="1">
Binding key for setting and injecting the http response
</td></tr>
</tbody></table>