post method

PostBuilder post(
  1. String url
)

Implementation

PostBuilder post(String url) => PostBuilder(this, url);