@loopback/docs
Version:
Documentation for LoopBack 4
32 lines (21 loc) • 927 B
Markdown
lang: en
title: 'API docs: rest.restbindings.http'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
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
<b>Signature:</b>
```typescript
namespace Http
```
## Variables
| Variable | Description |
| --- | --- |
| [CONTEXT](./rest.restbindings.http.context.md) | Binding key for setting and injecting the http request context |
| [REQUEST](./rest.restbindings.http.request.md) | Binding key for setting and injecting the http request |
| [RESPONSE](./rest.restbindings.http.response.md) | Binding key for setting and injecting the http response |