Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
api-dev
/
ServiceStack
Public
forked from
ServiceStack/ServiceStack
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
ServiceStack
src
ServiceStack.HttpClient
on
slack-logging
User selector
All users
All time
Commit history
Commits on Apr 22, 2016
delegate SessionId/Version down to underlying client
mythz
committed
1afb513
View commit details
Copy full SHA for 1afb513
View code at this point
Browse repository at this point
Commits on Apr 15, 2016
Add support for late-bound Send<object> for Request DTO's marked with IReturn<T>
mythz
committed
d3a3e49
View commit details
Copy full SHA for d3a3e49
View code at this point
Browse repository at this point
Commits on Apr 10, 2016
Fix build errors
mythz
committed
da8faf0
View commit details
Copy full SHA for da8faf0
View code at this point
Browse repository at this point
Commits on Apr 9, 2016
Add new PublishAll + PublishAllAsync API's for sending AutoBatched One-Way requests
mythz
committed
cfbecae
View commit details
Copy full SHA for cfbecae
View code at this point
Browse repository at this point
Commits on Apr 8, 2016
Have all IGet, IPost interface markers impl IVerb so it's easier to short-circuit
mythz
committed
799dd12
View commit details
Copy full SHA for 799dd12
View code at this point
Browse repository at this point
Commits on Apr 6, 2016
Change Send impl to use typed Verb when IGet, IPost, etc is specified
mythz
committed
8edd4fb
View commit details
Copy full SHA for 8edd4fb
View code at this point
Browse repository at this point
Collapse unnecessary Send API's and use shared extension overloads
mythz
committed
0433ff0
View commit details
Copy full SHA for 0433ff0
View code at this point
Browse repository at this point
Commits on Apr 5, 2016
Add new IServiceGateway and new Async API's with cancellation tokens
mythz
committed
26f29d6
View commit details
Copy full SHA for 26f29d6
View code at this point
Browse repository at this point
Commits on Mar 10, 2016
Change NotModifiedFilter to ExceptionFilter to let cache clients return non-must-validate cached results on error
mythz
committed
0b9cfc9
View commit details
Copy full SHA for 0b9cfc9
View code at this point
Browse repository at this point
Add NoCache flag on HttpCacheEntry and also store expired caches so we can revalidate them
mythz
committed
23d12dc
View commit details
Copy full SHA for 23d12dc
View code at this point
Browse repository at this point
Commits on Mar 9, 2016
Add CachedHttpClient for JsonHttpClient and refactor to share same client cache tests
mythz
committed
74eac30
View commit details
Copy full SHA for 74eac30
View code at this point
Browse repository at this point
Add NotModifiedFilter to JsonHttpClient and automatically enable AutomaticDecompression by default
mythz
committed
d7d770e
View commit details
Copy full SHA for d7d770e
View code at this point
Browse repository at this point
Commits on Mar 1, 2016
Add Async API overloads
mythz
committed
8ebfda2
View commit details
Copy full SHA for 8ebfda2
View code at this point
Browse repository at this point
Commits on Feb 27, 2016
Fix PCL build error, no ForEach??
mythz
committed
f0f7091
View commit details
Copy full SHA for f0f7091
View code at this point
Browse repository at this point
Add support for PostFilesWithRequest and PostFilesWithRequestAsync to JsonHttpClient
mythz
committed
6791d77
View commit details
Copy full SHA for 6791d77
View code at this point
Browse repository at this point
Refactor PostFilesWithRequest to take multiple UploadFile params
mythz
committed
260eaef
View commit details
Copy full SHA for 260eaef
View code at this point
Browse repository at this point
Commits on Feb 17, 2016
Refactor service clients to allow custom and typed url resolvers to dynamically override urls
mythz
committed
0f9ac01
View commit details
Copy full SHA for 0f9ac01
View code at this point
Browse repository at this point
Commits on Feb 11, 2016
Use `GetHttpClinet()` for SetCookie
Show description for 27bc11a
Layoric
committed
27bc11a
View commit details
Copy full SHA for 27bc11a
View code at this point
Browse repository at this point
Re-instantiate HttpClient instance after Clear
Show description for 64fec96
Layoric
committed
64fec96
View commit details
Copy full SHA for 64fec96
View code at this point
Browse repository at this point
Commits on Nov 30, 2015
Call InitStatics in ServiceClients as well
mythz
committed
c917ad1
View commit details
Copy full SHA for c917ad1
View code at this point
Browse repository at this point
Commits on Oct 16, 2015
Always add headers in JsonHttpClient
mythz
committed
a0c2222
View commit details
Copy full SHA for a0c2222
View code at this point
Browse repository at this point
Add AddHeader to IRestClient
mythz
committed
ea71f1c
View commit details
Copy full SHA for ea71f1c
View code at this point
Browse repository at this point
Commits on Sep 12, 2015
Add support for using IGet interface markers in Send* API's
mythz
committed
12f3330
View commit details
Copy full SHA for 12f3330
View code at this point
Browse repository at this point
Commits on Aug 19, 2015
allow deserialization in JsonHttpClient
mythz
committed
109ad2a
View commit details
Copy full SHA for 109ad2a
View code at this point
Browse repository at this point
Commits on Aug 18, 2015
Also add support for sending raw string, byte[] and Streams to JsonHttpClient
mythz
committed
c99fb6f
View commit details
Copy full SHA for c99fb6f
View code at this point
Browse repository at this point
Commits on Jul 7, 2015
allow for null BaseUri's in JsonHttpClient
mythz
committed
17f3b98
View commit details
Copy full SHA for 17f3b98
View code at this point
Browse repository at this point
Fix resetting CookieContainer in JsonHttpClient
mythz
committed
b9f6450
View commit details
Copy full SHA for b9f6450
View code at this point
Browse repository at this point
Commits on Jul 6, 2015
Refactor SetCookie so it builds in PCL Clients
mythz
committed
7f0402f
View commit details
Copy full SHA for 7f0402f
View code at this point
Browse repository at this point
Add SetCookie to IServiceClient
mythz
committed
d4b4f57
View commit details
Copy full SHA for d4b4f57
View code at this point
Browse repository at this point
Commits on Jul 5, 2015
Limit EncryptedServiceClient to work with IJsonServiceClient's
mythz
committed
19e2d87
View commit details
Copy full SHA for 19e2d87
View code at this point
Browse repository at this point
Commits on Jul 3, 2015
Update external NuGet deps
mythz
committed
fb92c47
View commit details
Copy full SHA for fb92c47
View code at this point
Browse repository at this point
Add support for auto populating Request DTO's with IHasSessionId or IHasVersion
mythz
committed
864ae4c
View commit details
Copy full SHA for 864ae4c
View code at this point
Browse repository at this point
Change HttpClient.PCL to reference SS.Client.PCL
mythz
committed
e661596
View commit details
Copy full SHA for e661596
View code at this point
Browse repository at this point
Add new ClearCookies() and GetCookieValues() API's on IRestClient
mythz
committed
ca1ba93
View commit details
Copy full SHA for ca1ba93
View code at this point
Browse repository at this point
Commits on Jul 2, 2015
Remove API's returning HttpWebResponse from IRestClient and add them back as decoupled extension methods
mythz
committed
3625a2d
View commit details
Copy full SHA for 3625a2d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.