MockHero

http_method

Technical

Generate HTTP methods (GET, POST, PUT, DELETE, PATCH, etc.). For API log generation, request mocking, and analytics data.

Example Outputs

GETPOSTPUTDELETEPATCH

API Usage

Send a POST request to generate http method data:

curl -X POST https://mockhero.dev/api/v1/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "tables": [
    {
      "name": "example",
      "count": 5,
      "fields": [
        {
          "name": "http_method",
          "type": "http_method"
        }
      ]
    }
  ]
}'

Common Use Cases

  • API log generation
  • Request analytics
  • Audit trail seeding
  • Load testing data

Quick Info

Field Type
http_method
Category
Technical
Parameters
None required
Output Format
JSON, CSV, SQL

Try it now

Generate http method data instantly in the playground.

Generate HTTP Method + 155 more types via API

One API call. Multiple tables. Relational integrity. Free tier included.

Get Started Free