Skip to content

Instantly share code, notes, and snippets.

@masakielastic
Created November 30, 2025 09:56
Show Gist options
  • Select an option

  • Save masakielastic/7a4bb24da5dde3f339bb74e4de95c9b3 to your computer and use it in GitHub Desktop.

Select an option

Save masakielastic/7a4bb24da5dde3f339bb74e4de95c9b3 to your computer and use it in GitHub Desktop.

niquests による HTTP リクエスト

import niquests

r = niquests.post('https://httpbin.org/post', data={'key': 'value'})
print(r.json())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment