Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about yew

Read more about yew

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - yew

Do a web request in yew.rs v0.19

In yew 0.2 Request::get worked fine but now yew::services doesn't exist, how can I make a request to /api/ping? do I need javascript?
test-img

Brian3647

rust

webassembly

yew

Votes: 0

Answers: 3

Latest Answer

You could try using reqwasm. For reqwasm 0.4.0: use reqwasm::http::Request; Request::get(url) .send() .await .unwrap(); And/or you could use web_sys::{Request, RequestInit} and wasm_bind...
test-img

Sebastián Palma

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved