• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

TykTechnologies / tyk / 7137

Build:
DEFAULT BRANCH: master
Ran 19 Aug 2019 06:26PM UTC
Jobs 1
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
7137

push

travis-ci

buger
Support response middleware when using rich plugins (#2321)

Added new `response` hook type

```
{
  "file_list": [
  ],
  "custom_middleware": {
    "pre": [
      {
        "name": "MyPreHook"
      }
    ],
    "response": [{
      "name": "MyResponseHook"
    }]
  }
}
```

```
from tyk.decorators import *
from gateway import TykGateway as tyk
@Hook
def MyResponseHook(request, response, session, metadata, spec):
  response.raw_body = b'newbody'
  return response
```
Jobs
ID Job ID Ran Files Coverage
2 7137.2 (LATEST_GO=true) 19 Aug 2019 06:26PM UTC 0
Travis Job 7137.2
Source Files on build 7137
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #7137
  • d8457f99 on github
  • Prev Build on master (#7136)
  • Next Build on master (#7152)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc