question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Post data doesn’t seem to deserialize. It complains of wrong number of arguments with this sort of definition:

@POST
@PATH("/post")
public Response(String body)

And the following simply doesn’t work:

@POST
@PATH("/post")
public Response(@FormParam("query1") String query)

Sorry for the code examples; I’m away from my desk atm.

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:19 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
cagataygurturkcommented, Jun 6, 2016

I am fixing the issue right now and it’ll be released in 0.0.6 in the upcoming days

0reactions
arranubelscommented, Aug 1, 2016

I haven’t completed eliminated it in my PR. But removing it should help remove most of the explicit typecasts…

Read more comments on GitHub >

github_iconTop Results From Across the Web

POST - HTTP - MDN Web Docs
The HTTP POST method sends data to the server. The type of the body of the request is indicated by the Content-Type header....
Read more >
POST (HTTP) - Wikipedia
In computing, POST is a request method supported by HTTP used by the World Wide Web. By design, the POST request method requests...
Read more >
Post Data - Urban Dictionary
An informal or personal addition at the end of a letter or note written to a friend, acquaintance, or enemy. Could also apply...
Read more >
Definition of POSTDATA - PCMag
Data sent from a Web browser or other HTTP client to a Web server. Data such as search words for a query and...
Read more >
HTTP Methods GET vs POST - W3Schools
POST is used to send data to a server to create/update a resource. The data sent to the server with POST is stored...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found