Skip to content
  • Iustin Pop's avatar
    Accept both PUT and POST in noded · 7530364d
    Iustin Pop authored
    
    
    Currently, noded requires PUT, even though the semantics of the RPC
    calls do not match a PUT. We change the code accept both PUT and POST,
    with the intention to remove the PUT support in a later version.
    
    On the client side, the RPC code is changed to send POST requests.
    
    Additionally, we add a message to the HttpBadRequest exception to make
    clear the failure mode (not seeing any error message was what made me
    send this patch…). This was the only description-less use of this
    exception, by the way.
    
    Signed-off-by: default avatarIustin Pop <iustin@google.com>
    Reviewed-by: default avatarRené Nussbaumer <rn@google.com>
    7530364d