Skip to content

Commit

Permalink
update flow and text
Browse files Browse the repository at this point in the history
  • Loading branch information
amitksingh1490 committed Dec 10, 2024
1 parent 8319234 commit d72cf40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/directives/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ A boolean flag, if set to `true`, will enable deduplication of IO operations to

In some cases, your batch API might use a POST request that accepts a list of items for processing. Tailcall can batch these requests similarly to how it handles GET requests, but instead of sending the input in query parameters, it sends them in the request body.

### How Batching Works
### Mechanism

When Tailcall receives multiple POST requests that share the same endpoint but have different parameters, it:

Expand Down Expand Up @@ -342,7 +342,7 @@ Body:
]
```

### Limitations
### Current Limitations

- Currently, supports only one dynamic parameter per batched request
- All requests in a batch must share the same endpoint and method
Expand Down

0 comments on commit d72cf40

Please sign in to comment.