Peer-reviewed code snippets that anyone can edit
A wiki for useful code snippets
Fetch web pages with Vala and Soup
r2 r3
1
1
This code is from Freespeak rewrite in Vala.
2
2
 
3
[code=vala]
3
[code=csharp]
4
4
 
5
5
  public static async string http_get (string uri, Cancellable? cancellable) throws Error
6
6
  {
7
7
    if (session == null)
Tags added:
Tags removed: