An open API service indexing awesome lists of open source software.

https://github.com/webdeveric/http-api-debug

Hook into the http_api_debug action to see the HTTP requests your site is making.
https://github.com/webdeveric/http-api-debug

debug http http-api-debug wordpress wordpress-plugin

Last synced: 2 months ago
JSON representation

Hook into the http_api_debug action to see the HTTP requests your site is making.

Awesome Lists containing this project

README

        

# HTTP API Debug

This plugin hooks into http_api_debug action to give you a record of the http requests your server is making.
It only logs requests that use the `WP_Http` object.

## TODO

Options Page

- Purge now button - and add to bulk options

List Table

- Add ajax action to append domain to block list, if domain filter is set to exclude.