Skip to content

feature request: dynamic HTTP method - requests.send(url, method="GET") #67

@bellam

Description

@bellam

There are a lot of cases where the HTTP method (GET, POST etc) needs to be dynamic, especially in scripts. This would be a good feature to have.

Something like requests.send(url, method="GET")

For example, in javascript's fetch, there's
await fetch('/article/user/update', { method: 'POST',
or
in jquery, there's
$.ajax({ url: "/article/post/get", method: 'POST',

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions