http_method
TechnicalGenerate HTTP methods (GET, POST, PUT, DELETE, PATCH, etc.). For API log generation, request mocking, and analytics data.
Example Outputs
GETPOSTPUTDELETEPATCHAPI 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
Related Types
Generate HTTP Method + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.