On Wed, Mar 27, 2019 at 2:22 PM Alex Dvoretskiy <advoretski...@gmail.com>
wrote:

> Yes, it's weird question...
> It's a POST request. The request passes search query to a graph database.
> Information about DNA sequences. List of Ids from database is expected. The
> question is, is it common for one API call like this to be 10Mb long? Or
> something completely wrong here, and API calls should be shorter?
>

FYI, your question has nothing to do with Go. Even if the HTTP client
and/or server are written in Go that is irrelevant to your question.
Regardless, the answer is yes, that is not particularly unusual for a HTTP
POST request. Consider a service for uploading arbitrary files using HTTP
rather than FTP (or scp, etc.).

-- 
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to